ES6_proto_userDefinedObject.js.dbg.baseline 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "myObjInst": {
  14. "#__proto__": "Object {...}",
  15. "z": "number 1",
  16. "[1]": "string \"MyObjIndex\""
  17. },
  18. "MyObj": {
  19. "#__proto__": "function <large string>",
  20. "prototype": "Object {...}",
  21. "name": "string MyObj",
  22. "caller": "object null",
  23. "arguments": "object null",
  24. "length": "number 0"
  25. }
  26. },
  27. "locals": {
  28. "Symbol.toStringTag": "string global",
  29. "a": {
  30. "#__proto__": {
  31. "constructor": "function <large string>",
  32. "hasOwnProperty": "function <large string>",
  33. "propertyIsEnumerable": "function <large string>",
  34. "isPrototypeOf": "function <large string>",
  35. "toLocaleString": "function <large string>",
  36. "toString": "function <large string>",
  37. "valueOf": "function <large string>",
  38. "#__proto__": "object null",
  39. "__defineGetter__": "function <large string>",
  40. "__defineSetter__": "function <large string>",
  41. "__lookupGetter__": "function <large string>",
  42. "__lookupSetter__": "function <large string>"
  43. },
  44. "x": "number 2"
  45. },
  46. "b": {
  47. "#__proto__": {
  48. "#__proto__": "Object {...}",
  49. "x": "number 2"
  50. },
  51. "y": "number 2"
  52. },
  53. "myObjInst": {
  54. "#__proto__": {
  55. "#__proto__": "Object {...}",
  56. "y": "number 2"
  57. },
  58. "z": "number 1",
  59. "[1]": "string \"MyObjIndex\""
  60. },
  61. "MyObj": {
  62. "#__proto__": {
  63. "#__proto__": "Object {...}",
  64. "constructor": "function <large string>",
  65. "length": "number 0",
  66. "name": "string ",
  67. "apply": "function <large string>",
  68. "bind": "function <large string>",
  69. "call": "function <large string>",
  70. "toString": "function <large string>",
  71. "Symbol.hasInstance": "function <large string>",
  72. "caller": "Error <large string>",
  73. "arguments": "Error <large string>"
  74. },
  75. "prototype": {
  76. "#__proto__": "Object {...}",
  77. "constructor": "function <large string>"
  78. },
  79. "name": "string MyObj",
  80. "caller": "object null",
  81. "arguments": "object null",
  82. "length": "number 0"
  83. }
  84. },
  85. "globals": {}
  86. }
  87. ]