ES6_proto_simple.js.dbg.baseline 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [
  2. {
  3. "this": {
  4. "Symbol.toStringTag": "string global",
  5. "a": {
  6. "#__proto__": "Object {...}",
  7. "x": "number 2"
  8. },
  9. "b": {
  10. "#__proto__": "Object {...}",
  11. "y": "number 2"
  12. }
  13. },
  14. "locals": {
  15. "Symbol.toStringTag": "string global",
  16. "a": {
  17. "#__proto__": {
  18. "constructor": "function <large string>",
  19. "hasOwnProperty": "function <large string>",
  20. "propertyIsEnumerable": "function <large string>",
  21. "isPrototypeOf": "function <large string>",
  22. "toLocaleString": "function <large string>",
  23. "toString": "function <large string>",
  24. "valueOf": "function <large string>",
  25. "#__proto__": "object null",
  26. "__defineGetter__": "function <large string>",
  27. "__defineSetter__": "function <large string>",
  28. "__lookupGetter__": "function <large string>",
  29. "__lookupSetter__": "function <large string>"
  30. },
  31. "x": "number 2"
  32. },
  33. "b": {
  34. "#__proto__": {
  35. "#__proto__": "Object {...}",
  36. "x": "number 2"
  37. },
  38. "y": "number 2"
  39. }
  40. },
  41. "globals": {}
  42. }
  43. ]