-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathMultipleContextStack.js.dbg.baseline
93 lines (93 loc) · 2.15 KB
/
MultipleContextStack.js.dbg.baseline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"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": {
"Symbol.toStringTag": "string global",
"script1": "Object {...}",
"script2": "Object {...}",
"Func2": "function <large string>",
"Func3": "function <large string>",
"Func1": "function <large string>"
},
"arguments": {
"#__proto__": "Object {...}",
"length": "number 0",
"callee": "function <large string>",
"Symbol.iterator": "function <large string>"
},
"locals": {
"x": "undefined undefined"
},
"globals": {
"Symbol.toStringTag": "string global",
"script1": "Object {...}",
"script2": "Object {...}",
"Func2": "function <large string>",
"Func3": "function <large string>",
"Func1": "function <large string>"
}
}
]