| 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) |
| 11 | 11 |
| 12 Executing StepInto... | 12 Executing StepInto... |
| 13 Call stack: | 13 Call stack: |
| 14 0) p2 (debugger-step-through-promises.html:17) | 14 0) p2 (debugger-step-through-promises.html:17) |
| 15 | 15 |
| 16 Executing StepOver... | 16 Executing StepOver... |
| 17 Call stack: | 17 Call stack: |
| 18 0) p2 (debugger-step-through-promises.html:18) | 18 0) p2 (debugger-step-through-promises.html:18) |
| 19 | 19 |
| 20 Executing StepOver... | 20 Executing StepOver... |
| 21 Call stack: | 21 Call stack: |
| 22 0) p2 (debugger-step-through-promises.html:19) | 22 0) p3 (debugger-step-through-promises.html:22) |
| 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... | |
| 29 Call stack: | |
| 30 0) p3 (debugger-step-through-promises.html:24) | |
| 31 | 28 |
| 32 | |
| OLD | NEW |