| 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 Scope variables sidebar pane: | 8 Scope variables sidebar pane: |
| 9 Local | 9 Local |
| 10 localInInnerTimeout2: "innerTimeout2" | 10 localInInnerTimeout2: "innerTimeout2" |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 | 78 |
| 79 7) testFunction async-callstack-scopes.html:31 | 79 7) testFunction async-callstack-scopes.html:31 |
| 80 Scope variables sidebar pane: | 80 Scope variables sidebar pane: |
| 81 Local | 81 Local |
| 82 delay1: 0 | 82 delay1: 0 |
| 83 this: Window | 83 this: Window |
| 84 WindowGlobal | 84 WindowGlobal |
| 85 <section collapsed> | 85 <section collapsed> |
| 86 | 86 |
| 87 | 87 |
| OLD | NEW |