| 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 Debugger was enabled. | 4 Debugger was enabled. |
| 5 Set timer for test function. | 5 Set timer for test function. |
| 6 Dumping call frames with scope chains: | 6 Dumping call frames with scope chains: |
| 7 | 7 |
| 8 1) innerTimeout2 async-callstack-scopes.html:51 | 8 1) innerTimeout2 async-callstack-scopes.html:51 |
| 9 Local | 9 Local |
| 10 localInInnerTimeout2: "innerTimeout2" | 10 localInInnerTimeout2: "innerTimeout2" |
| 11 this: Window | 11 this: Window |
| 12 WindowGlobal | 12 WindowGlobal |
| 13 <section collapsed> | 13 <section collapsed> |
| 14 | 14 |
| 15 2) innerFunction async-callstack-scopes.html:18 | 15 2) innerFunction async-callstack-scopes.html:18 |
| 16 ObjectWith Block | 16 ObjectWith Block |
| 17 foo: "bar" | 17 foo: "bar2" |
| 18 Catch | 18 Catch |
| 19 e: Error | 19 e: Error |
| 20 Local | 20 Local |
| 21 arguments: Arguments[1] | 21 arguments: Arguments[1] |
| 22 innerFunctionLocalVar: 202 | 22 innerFunctionLocalVar: 202 |
| 23 this: Window | 23 this: Window |
| 24 x: 200 | 24 x: 200 |
| 25 Closure | 25 Closure |
| 26 callback: function innerTimeout2() | 26 callback: function innerTimeout2() |
| 27 makeClosureLocalVar: "local.2" | 27 makeClosureLocalVar: "local.2" |
| (...skipping 12 matching lines...) Expand all Loading... |
| 40 | 40 |
| 41 4) innerTimeout1 async-callstack-scopes.html:40 | 41 4) innerTimeout1 async-callstack-scopes.html:40 |
| 42 Local | 42 Local |
| 43 localInInnerTimeout1: "innerTimeout1" | 43 localInInnerTimeout1: "innerTimeout1" |
| 44 this: Window | 44 this: Window |
| 45 Closure | 45 Closure |
| 46 localInTimeout1: "timeout1" | 46 localInTimeout1: "timeout1" |
| 47 WindowGlobal | 47 WindowGlobal |
| 48 <section collapsed> | 48 <section collapsed> |
| 49 | 49 |
| 50 5) innerFunction async-callstack-scopes.html:21 | 50 5) innerFunction async-callstack-scopes.html:18 |
| 51 Catch | |
| 52 e: Error | |
| 53 Local | 51 Local |
| 54 arguments: Arguments[1] | 52 arguments: Arguments[1] |
| 55 innerFunctionLocalVar: 102 | 53 innerFunctionLocalVar: 102 |
| 56 this: Window | 54 this: Window |
| 57 x: 100 | 55 x: 100 |
| 58 Closure | 56 Closure |
| 59 callback: function innerTimeout1() | 57 callback: function innerTimeout1() |
| 60 makeClosureLocalVar: "local.1" | 58 makeClosureLocalVar: "local.1" |
| 61 n: 1 | 59 n: 1 |
| 62 withScope: undefined | 60 withScope: Object |
| 63 WindowGlobal | 61 WindowGlobal |
| 64 <section collapsed> | 62 <section collapsed> |
| 65 | 63 |
| 66 6) timeout1 async-callstack-scopes.html:42 | 64 6) timeout1 async-callstack-scopes.html:42 |
| 67 Local | 65 Local |
| 68 innerTimeout1: function innerTimeout1() | 66 innerTimeout1: function innerTimeout1() |
| 69 localInTimeout1: "timeout1" | 67 localInTimeout1: "timeout1" |
| 70 this: Window | 68 this: Window |
| 71 WindowGlobal | 69 WindowGlobal |
| 72 <section collapsed> | 70 <section collapsed> |
| 73 | 71 |
| 74 7) testFunction async-callstack-scopes.html:31 | 72 7) testFunction async-callstack-scopes.html:31 |
| 75 Local | 73 Local |
| 76 delay1: 0 | 74 delay1: 0 |
| 77 this: Window | 75 this: Window |
| 78 WindowGlobal | 76 WindowGlobal |
| 79 <section collapsed> | 77 <section collapsed> |
| 80 | 78 |
| 81 Debugger was disabled. | 79 Debugger was disabled. |
| 82 | 80 |
| OLD | NEW |