| OLD | NEW |
| 1 Tests debugger AsyncOperation events while in a debugger stepping session. | 1 Tests debugger AsyncOperation events while in a debugger stepping session. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Executing StepOver... | 4 Executing StepOver... |
| 5 Executing StepOver... | 5 Executing StepOver... |
| 6 ==> AsyncOperationStarted: [setTimeout] testFunction @ async-operation-events.ht
ml:10 | 6 ==> AsyncOperationStarted: [setTimeout] testFunction @ async-operation-events.ht
ml:10 |
| 7 Executing StepOver... | 7 Executing StepOver... |
| 8 Call stack: | 8 Call stack: |
| 9 0) callback1 (async-operation-events.html:13) | 9 0) callback1 (async-operation-events.html:13) |
| 10 [setTimeout] | 10 [setTimeout] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 ==> AsyncOperationStarted: [setTimeout] @ async-operation-events.html:36 | 35 ==> AsyncOperationStarted: [setTimeout] @ async-operation-events.html:36 |
| 36 Executing Resume... | 36 Executing Resume... |
| 37 ==> AsyncOperationCompleted: [setTimeout] @ async-operation-events.html:36 | 37 ==> AsyncOperationCompleted: [setTimeout] @ async-operation-events.html:36 |
| 38 Scheduling few setInterval's... | 38 Scheduling few setInterval's... |
| 39 All setInterval's were scheduled. | 39 All setInterval's were scheduled. |
| 40 Requesting all pending AsyncOperation events from backend... | 40 Requesting all pending AsyncOperation events from backend... |
| 41 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h
tml:48 | 41 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h
tml:48 |
| 42 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h
tml:49 | 42 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h
tml:49 |
| 43 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h
tml:50 | 43 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h
tml:50 |
| 44 | 44 |
| OLD | NEW |