| 1234567891011121314151617181920212223242526272829303132333435 |
- [
- {
- "this": {
- "Symbol.toStringTag": "string global",
- "x": "undefined undefined",
- "bar": "undefined undefined"
- },
- "locals": {
- "Symbol.toStringTag": "string global",
- "x": "undefined undefined",
- "bar": "undefined undefined"
- },
- "globals": {}
- },
- {
- "this": {
- "Symbol.toStringTag": "string global",
- "x": "number 1",
- "bar": "function <large string>"
- },
- "locals": {
- "Symbol.toStringTag": "string global",
- "x": "number 1",
- "bar": {
- "#__proto__": "function <large string>",
- "prototype": "Object {...}",
- "name": "string bar",
- "caller": "object null",
- "arguments": "object null",
- "length": "number 0"
- }
- },
- "globals": {}
- }
- ]
|