| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- [
- {
- "callStack": [
- {
- "line": 44,
- "column": 2,
- "sourceText": "var x = 1",
- "function": "Func1"
- },
- {
- "line": 36,
- "column": 2,
- "sourceText": "Func1()",
- "function": "Func2"
- },
- {
- "line": 0,
- "column": 66,
- "sourceText": "scriptFunc2()",
- "function": "Script1Func1"
- },
- {
- "line": 0,
- "column": 111,
- "sourceText": "Script1Func1()",
- "function": "Script1Func2"
- },
- {
- "line": 0,
- "column": 69,
- "sourceText": "script1Func2()",
- "function": "Script2Func1"
- },
- {
- "line": 0,
- "column": 115,
- "sourceText": "Script2Func1()",
- "function": "Script2Func2"
- },
- {
- "line": 40,
- "column": 2,
- "sourceText": "script2.Script2Func2()",
- "function": "Func3"
- },
- {
- "line": 0,
- "column": 157,
- "sourceText": "scriptFunc3()",
- "function": "Script1Func3"
- },
- {
- "line": 0,
- "column": 161,
- "sourceText": "script1Func3()",
- "function": "Script2Func3"
- },
- {
- "line": 51,
- "column": 0,
- "sourceText": "script2.Script2Func3()",
- "function": "Global code"
- }
- ]
- },
- {
- "this": {
- "Func2": "function <large string>",
- "Func3": "function <large string>",
- "Func1": "function <large string>",
- "script1": "Object {...}",
- "script2": "Object {...}"
- },
- "arguments": {
- "#__proto__": "Object {...}",
- "length": "number 0",
- "callee": "function <large string>",
- "Symbol.iterator": "function <large string>"
- },
- "locals": {
- "x": "undefined undefined"
- },
- "globals": {
- "Func2": "function <large string>",
- "Func3": "function <large string>",
- "Func1": "function <large string>",
- "script1": "Object {...}",
- "script2": "Object {...}"
- }
- }
- ]
|