| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- [
- {
- "this": {},
- "arguments": {
- "#__proto__": "Object {...}",
- "length": "number 0",
- "callee": "function <large string>",
- "Symbol.iterator": "function <large string>"
- },
- "locals": {
- "foo": {
- "#__proto__": "function <large string>",
- "prototype": "Object {...}",
- "name": "string foo",
- "caller": "object null",
- "arguments": "object null",
- "length": "number 2"
- },
- "arr": {
- "#__proto__": "Array []",
- "length": "number 1",
- "[0]": "string 2"
- },
- "desc": {
- "#__proto__": "Object {...}",
- "get": "function <large string>"
- },
- "nothrow": "undefined undefined"
- },
- "globals": {
- "Symbol.toStringTag": "string global",
- "test": "function <large string>"
- }
- },
- {
- "this": {},
- "arguments": {
- "#__proto__": "Object {...}",
- "length": "number 0",
- "callee": "function <large string>",
- "Symbol.iterator": "function <large string>"
- },
- "locals": {
- "foo": {
- "#__proto__": "function <large string>",
- "prototype": "Object {...}",
- "name": "string foo",
- "caller": "object null",
- "arguments": "object null",
- "length": "number 2"
- },
- "arr": {
- "#__proto__": "Array []",
- "length": "number 3",
- "[0]": "string 4",
- "{error}": "string str",
- "[2]": "string \"nothrowStr\""
- },
- "desc": {
- "#__proto__": "Object {...}",
- "get": "function <large string>"
- },
- "nothrow": {
- "#__proto__": "Object {...}",
- "get": "function <large string>"
- }
- },
- "globals": {
- "Symbol.toStringTag": "string global",
- "test": "function <large string>"
- }
- }
- ]
|