| OLD | NEW |
| 1 | 1 |
| 2 Tests that debugger will step through Promise handlers while not stepping into V
8 internal scripts. | 2 Tests that debugger will step through Promise handlers while not stepping into V
8 internal scripts. |
| 3 | 3 |
| 4 Set timer for test function. | 4 Set timer for test function. |
| 5 Call stack: | 5 Call stack: |
| 6 0) p1 (debugger-step-through-promises.html:12) | 6 0) p1 (debugger-step-through-promises.html:12) |
| 7 | 7 |
| 8 Executing StepInto... | 8 Executing StepInto... |
| 9 Call stack: | 9 Call stack: |
| 10 0) p1 (debugger-step-through-promises.html:13) | 10 0) p1 (debugger-step-through-promises.html:13) |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 | 23 |
| 24 Executing StepOver... | 24 Executing StepOver... |
| 25 Call stack: | 25 Call stack: |
| 26 0) p3 (debugger-step-through-promises.html:23) | 26 0) p3 (debugger-step-through-promises.html:23) |
| 27 | 27 |
| 28 Executing StepOver... | 28 Executing StepOver... |
| 29 Call stack: | 29 Call stack: |
| 30 0) p3 (debugger-step-through-promises.html:24) | 30 0) p3 (debugger-step-through-promises.html:24) |
| 31 | 31 |
| 32 | 32 |
| OLD | NEW |