| 12345678910111213141516171819202122232425262728293031323334 |
- [
- {
- "this": {
- "Symbol.toStringTag": "string global",
- "a": "Object {...}"
- },
- "locals": {
- "y": "string x",
- "Symbol.toStringTag": "string global",
- "a": {
- "#__proto__": "Object {...}",
- "x": "number 2",
- "y": "number 1"
- }
- },
- "globals": {}
- },
- {
- "this": {
- "Symbol.toStringTag": "string global",
- "a": "Object {...}"
- },
- "locals": {
- "y": "string y",
- "Symbol.toStringTag": "string global",
- "a": {
- "#__proto__": "Object {...}",
- "x": "number 2",
- "y": "number 1"
- }
- },
- "globals": {}
- }
- ]
|