| [ | |
| { | |
| "callStack": [ | |
| { | |
| "line": 8, | |
| "column": 1, | |
| "sourceText": "x += a", | |
| "function": "f" | |
| }, | |
| { | |
| "line": 21, | |
| "column": 0, | |
| "sourceText": "f(7)", | |
| "function": "Global code" | |
| } | |
| ] | |
| }, | |
| { | |
| "this": "Object {...}", | |
| "arguments": "Object {...}", | |
| "locals": { | |
| "a": "number 7", | |
| "x": "number 0" | |
| } | |
| }, | |
| { | |
| "callStack": [ | |
| { | |
| "line": 12, | |
| "column": 8, | |
| "sourceText": "x++", | |
| "function": "f" | |
| }, | |
| { | |
| "line": 21, | |
| "column": 0, | |
| "sourceText": "f(7)", | |
| "function": "Global code" | |
| } | |
| ] | |
| }, | |
| { | |
| "this": "Object {...}", | |
| "arguments": "Object {...}", | |
| "locals": { | |
| "a": "number 7", | |
| "x": "number 7" | |
| } | |
| }, | |
| { | |
| "callStack": [ | |
| { | |
| "line": 12, | |
| "column": 8, | |
| "sourceText": "x++", | |
| "function": "f" | |
| }, | |
| { | |
| "line": 22, | |
| "column": 0, | |
| "sourceText": "f(9)", | |
| "function": "Global code" | |
| } | |
| ] | |
| }, | |
| { | |
| "this": "Object {...}", | |
| "arguments": "Object {...}", | |
| "locals": { | |
| "a": "number 9", | |
| "x": "number 9" | |
| } | |
| } | |
| ] |