OLD | NEW |
1 | 1 |
2 Test that sections representing scopes are expandable and contain correct data f
or async call frames. | 2 Test that sections representing scopes are expandable and contain correct data f
or async call frames. |
3 | 3 |
4 Set timer for test function. | 4 Set timer for test function. |
5 Dumping call frames with scope chains: | 5 Dumping call frames with scope chains: |
6 | 6 |
7 1) innerTimeout2 async-callstack-scopes.html:51 | 7 1) innerTimeout2 async-callstack-scopes.html:51 |
8 Local | 8 Local |
9 localInInnerTimeout2: "innerTimeout2" | 9 localInInnerTimeout2: "innerTimeout2" |
10 this: Window | 10 this: Window |
11 WindowGlobal | 11 WindowGlobal |
12 <section collapsed> | 12 <section collapsed> |
13 | 13 |
14 2) innerFunction async-callstack-scopes.html:18 | 14 2) innerFunction async-callstack-scopes.html:18 |
15 ObjectWith Block | 15 ObjectWith Block |
16 foo: "bar2" | 16 foo: "bar2" |
17 Catch | 17 Catch |
18 e: Error | 18 e: Error: An exception |
19 Local | 19 Local |
20 arguments: Arguments[1] | 20 arguments: Arguments[1] |
21 innerFunctionLocalVar: 202 | 21 innerFunctionLocalVar: 202 |
22 this: Window | 22 this: Window |
23 x: 200 | 23 x: 200 |
24 Closure | 24 Closure |
25 callback: function innerTimeout2() | 25 callback: function innerTimeout2() |
26 makeClosureLocalVar: "local.2" | 26 makeClosureLocalVar: "local.2" |
27 n: 2 | 27 n: 2 |
28 withScope: Object | 28 withScope: Object |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 <section collapsed> | 69 <section collapsed> |
70 | 70 |
71 7) testFunction async-callstack-scopes.html:31 | 71 7) testFunction async-callstack-scopes.html:31 |
72 Local | 72 Local |
73 delay1: 0 | 73 delay1: 0 |
74 this: Window | 74 this: Window |
75 WindowGlobal | 75 WindowGlobal |
76 <section collapsed> | 76 <section collapsed> |
77 | 77 |
78 | 78 |
OLD | NEW |