| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- [
- {
- "this": {
- "Symbol.toStringTag": "string global",
- "a": {
- "#__proto__": "Object {...}",
- "x": "number 2"
- },
- "b": {
- "#__proto__": "Object {...}",
- "y": "number 2"
- },
- "myObjInst": {
- "#__proto__": "Object {...}",
- "z": "number 1",
- "[1]": "string \"MyObjIndex\""
- },
- "MyObj": {
- "#__proto__": "function <large string>",
- "prototype": "Object {...}",
- "name": "string MyObj",
- "caller": "object null",
- "arguments": "object null",
- "length": "number 0"
- }
- },
- "locals": {
- "Symbol.toStringTag": "string global",
- "a": {
- "#__proto__": {
- "constructor": "function <large string>",
- "hasOwnProperty": "function <large string>",
- "propertyIsEnumerable": "function <large string>",
- "isPrototypeOf": "function <large string>",
- "toLocaleString": "function <large string>",
- "toString": "function <large string>",
- "valueOf": "function <large string>",
- "#__proto__": "object null",
- "__defineGetter__": "function <large string>",
- "__defineSetter__": "function <large string>",
- "__lookupGetter__": "function <large string>",
- "__lookupSetter__": "function <large string>"
- },
- "x": "number 2"
- },
- "b": {
- "#__proto__": {
- "#__proto__": "Object {...}",
- "x": "number 2"
- },
- "y": "number 2"
- },
- "myObjInst": {
- "#__proto__": {
- "#__proto__": "Object {...}",
- "y": "number 2"
- },
- "z": "number 1",
- "[1]": "string \"MyObjIndex\""
- },
- "MyObj": {
- "#__proto__": {
- "#__proto__": "Object {...}",
- "constructor": "function <large string>",
- "length": "number 0",
- "name": "string ",
- "apply": "function <large string>",
- "bind": "function <large string>",
- "call": "function <large string>",
- "toString": "function <large string>",
- "Symbol.hasInstance": "function <large string>",
- "caller": "Error <large string>",
- "arguments": "Error <large string>"
- },
- "prototype": {
- "#__proto__": "Object {...}",
- "constructor": "function <large string>"
- },
- "name": "string MyObj",
- "caller": "object null",
- "arguments": "object null",
- "length": "number 0"
- }
- },
- "globals": {}
- }
- ]
|