| OLD | NEW |
| 1 Tests stepping out from custom element callbacks. | 1 Tests stepping out from custom element callbacks. |
| 2 | 2 |
| 3 [page] Invoked createdCallback. | 3 [page] Invoked createdCallback. |
| 4 [page] Invoked attributeChangedCallback. | 4 [page] Invoked attributeChangedCallback. |
| 5 [page] Invoked attachedCallback. | 5 [page] Invoked attachedCallback. |
| 6 [page] Invoked detachedCallback. | 6 [page] Invoked detachedCallback. |
| 7 Set timer for test function. | 7 Set timer for test function. |
| 8 Call stack: | 8 Call stack: |
| 9 0) createdCallback (debugger-step-out-custom-element-callbacks.html:12) | 9 0) createdCallback (debugger-step-out-custom-element-callbacks.html:12) |
| 10 1) testFunction (debugger-step-out-custom-element-callbacks.html:28) | 10 1) testFunction (debugger-step-out-custom-element-callbacks.html:28) |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 Executing StepInto... | 37 Executing StepInto... |
| 38 Call stack: | 38 Call stack: |
| 39 0) detachedCallback (debugger-step-out-custom-element-callbacks.html:21) | 39 0) detachedCallback (debugger-step-out-custom-element-callbacks.html:21) |
| 40 1) testFunction (debugger-step-out-custom-element-callbacks.html:31) | 40 1) testFunction (debugger-step-out-custom-element-callbacks.html:31) |
| 41 | 41 |
| 42 Executing StepOut... | 42 Executing StepOut... |
| 43 Call stack: | 43 Call stack: |
| 44 0) testFunction (debugger-step-out-custom-element-callbacks.html:32) | 44 0) testFunction (debugger-step-out-custom-element-callbacks.html:32) |
| 45 | 45 |
| 46 | 46 |
| OLD | NEW |