| 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. | |
| 5 Set timer for test function. | 4 Set timer for test function. |
| 6 Dumping call frames with scope chains: | 5 Dumping call frames with scope chains: |
| 7 | 6 |
| 8 1) innerTimeout2 async-callstack-scopes.html:51 | 7 1) innerTimeout2 async-callstack-scopes.html:51 |
| 9 Local | 8 Local |
| 10 localInInnerTimeout2: "innerTimeout2" | 9 localInInnerTimeout2: "innerTimeout2" |
| 11 this: Window | 10 this: Window |
| 12 WindowGlobal | 11 WindowGlobal |
| 13 <section collapsed> | 12 <section collapsed> |
| 14 | 13 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 WindowGlobal | 68 WindowGlobal |
| 70 <section collapsed> | 69 <section collapsed> |
| 71 | 70 |
| 72 7) testFunction async-callstack-scopes.html:31 | 71 7) testFunction async-callstack-scopes.html:31 |
| 73 Local | 72 Local |
| 74 delay1: 0 | 73 delay1: 0 |
| 75 this: Window | 74 this: Window |
| 76 WindowGlobal | 75 WindowGlobal |
| 77 <section collapsed> | 76 <section collapsed> |
| 78 | 77 |
| 79 Debugger was disabled. | |
| 80 | 78 |
| OLD | NEW |