blockscope_func_expression_ES6.js.dbg.baseline 818 B

1234567891011121314151617181920212223242526272829303132333435
  1. [
  2. {
  3. "this": {
  4. "Symbol.toStringTag": "string global",
  5. "x": "undefined undefined",
  6. "bar": "undefined undefined"
  7. },
  8. "locals": {
  9. "Symbol.toStringTag": "string global",
  10. "x": "undefined undefined",
  11. "bar": "undefined undefined"
  12. },
  13. "globals": {}
  14. },
  15. {
  16. "this": {
  17. "Symbol.toStringTag": "string global",
  18. "x": "number 1",
  19. "bar": "function <large string>"
  20. },
  21. "locals": {
  22. "Symbol.toStringTag": "string global",
  23. "x": "number 1",
  24. "bar": {
  25. "#__proto__": "function <large string>",
  26. "prototype": "Object {...}",
  27. "name": "string bar",
  28. "caller": "object null",
  29. "arguments": "object null",
  30. "length": "number 0"
  31. }
  32. },
  33. "globals": {}
  34. }
  35. ]