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) |
| 11 [setTimeout] |
| 12 0) scheduleTestFunction (debugger-test.js:3) |
| 13 <... skipped remaining frames ...> |
11 | 14 |
12 Executing StepOut... | 15 Executing StepOut... |
13 Call stack: | 16 Call stack: |
14 0) testFunction (debugger-step-out-custom-element-callbacks.html:29) | 17 0) testFunction (debugger-step-out-custom-element-callbacks.html:29) |
| 18 [setTimeout] |
| 19 0) scheduleTestFunction (debugger-test.js:3) |
| 20 <... skipped remaining frames ...> |
15 | 21 |
16 Executing StepInto... | 22 Executing StepInto... |
17 Call stack: | 23 Call stack: |
18 0) attributeChangedCallback (debugger-step-out-custom-element-callbacks.html
:25) | 24 0) attributeChangedCallback (debugger-step-out-custom-element-callbacks.html
:25) |
19 1) testFunction (debugger-step-out-custom-element-callbacks.html:29) | 25 1) testFunction (debugger-step-out-custom-element-callbacks.html:29) |
| 26 [setTimeout] |
| 27 0) scheduleTestFunction (debugger-test.js:3) |
| 28 <... skipped remaining frames ...> |
20 | 29 |
21 Executing StepOut... | 30 Executing StepOut... |
22 Call stack: | 31 Call stack: |
23 0) testFunction (debugger-step-out-custom-element-callbacks.html:30) | 32 0) testFunction (debugger-step-out-custom-element-callbacks.html:30) |
| 33 [setTimeout] |
| 34 0) scheduleTestFunction (debugger-test.js:3) |
| 35 <... skipped remaining frames ...> |
24 | 36 |
25 Executing StepInto... | 37 Executing StepInto... |
26 Call stack: | 38 Call stack: |
27 0) attachedCallback (debugger-step-out-custom-element-callbacks.html:17) | 39 0) attachedCallback (debugger-step-out-custom-element-callbacks.html:17) |
28 1) testFunction (debugger-step-out-custom-element-callbacks.html:30) | 40 1) testFunction (debugger-step-out-custom-element-callbacks.html:30) |
| 41 [setTimeout] |
| 42 0) scheduleTestFunction (debugger-test.js:3) |
| 43 <... skipped remaining frames ...> |
29 | 44 |
30 Executing StepOut... | 45 Executing StepOut... |
31 Call stack: | 46 Call stack: |
32 0) testFunction (debugger-step-out-custom-element-callbacks.html:31) | 47 0) testFunction (debugger-step-out-custom-element-callbacks.html:31) |
| 48 [setTimeout] |
| 49 0) scheduleTestFunction (debugger-test.js:3) |
| 50 <... skipped remaining frames ...> |
33 | 51 |
34 Executing StepInto... | 52 Executing StepInto... |
35 Call stack: | 53 Call stack: |
36 0) detachedCallback (debugger-step-out-custom-element-callbacks.html:21) | 54 0) detachedCallback (debugger-step-out-custom-element-callbacks.html:21) |
37 1) testFunction (debugger-step-out-custom-element-callbacks.html:31) | 55 1) testFunction (debugger-step-out-custom-element-callbacks.html:31) |
| 56 [setTimeout] |
| 57 0) scheduleTestFunction (debugger-test.js:3) |
| 58 <... skipped remaining frames ...> |
38 | 59 |
39 Executing StepOut... | 60 Executing StepOut... |
40 Call stack: | 61 Call stack: |
41 0) testFunction (debugger-step-out-custom-element-callbacks.html:32) | 62 0) testFunction (debugger-step-out-custom-element-callbacks.html:32) |
| 63 [setTimeout] |
| 64 0) scheduleTestFunction (debugger-test.js:3) |
| 65 <... skipped remaining frames ...> |
42 | 66 |
43 | 67 |
OLD | NEW |