| OLD | NEW |
| 1 | 1 |
| 2 Tests the async call stacks and framework black-boxing features working together
. | 2 Tests the async call stacks and framework black-boxing features working together
. |
| 3 | 3 |
| 4 Set timer for test function. | 4 Set timer for test function. |
| 5 Call stack: | 5 Call stack: |
| 6 0) callback2 (frameworks-with-async-callstack.html:30) | 6 0) callback2 (frameworks-with-async-callstack.html:30) |
| 7 * 1) Framework_inner1 (framework.js:59) | 7 * 1) Framework_inner1 (framework.js:59) |
| 8 [setTimeout] | 8 [setTimeout] |
| 9 * 0) Framework.schedule (framework.js:45) | 9 * 0) Framework.schedule (framework.js:45) |
| 10 * 1) Framework_willSchedule (framework.js:51) | 10 * 1) Framework_willSchedule (framework.js:51) |
| 11 2) window.callbackFromFramework (frameworks-with-async-callstack.html:10) | 11 2) window.callbackFromFramework (frameworks-with-async-callstack.html:10) |
| 12 * 3) Framework_inner2 (framework.js:63) | 12 * 3) Framework_inner2 (framework.js:63) |
| 13 [setTimeout] | 13 [setTimeout] |
| 14 * 0) Framework.schedule (framework.js:45) | 14 * 0) Framework.schedule (framework.js:45) |
| 15 * 1) Framework_willSchedule (framework.js:51) | 15 * 1) Framework_willSchedule (framework.js:51) |
| 16 [setTimeout] | 16 [setTimeout] |
| 17 * 0) Framework.schedule (framework.js:45) | 17 * 0) Framework.schedule (framework.js:45) |
| 18 * 1) Framework.doSomeAsyncChainCalls (framework.js:67) | 18 * 1) Framework.doSomeAsyncChainCalls (framework.js:67) |
| 19 2) callback1 (frameworks-with-async-callstack.html:25) | 19 2) callback1 (frameworks-with-async-callstack.html:25) |
| 20 * 3) Framework.safeRun (framework.js:8) | 20 * 3) Framework.safeRun (framework.js:8) |
| 21 * 4) Framework.safeRun (framework.js:10) | 21 * 4) Framework.safeRun (framework.js:10) |
| 22 5) timeout1 (frameworks-with-async-callstack.html:20) | 22 5) timeout1 (frameworks-with-async-callstack.html:20) |
| 23 [setTimeout] | 23 [setTimeout] |
| 24 0) testFunction (frameworks-with-async-callstack.html:15) | 24 0) testFunction (frameworks-with-async-callstack.html:15) |
| 25 [setTimeout] |
| 26 0) scheduleTestFunction (debugger-test.js:3) |
| 27 <... skipped remaining frames ...> |
| 25 | 28 |
| 26 Printing visible call stack: | 29 Printing visible call stack: |
| 27 Call stack: | 30 Call stack: |
| 28 0) callback2 (frameworks-with-async-callstack.html:30) | 31 0) callback2 (frameworks-with-async-callstack.html:30) |
| 29 [setTimeout] | 32 [setTimeout] |
| 30 0) window.callbackFromFramework (frameworks-with-async-callstack.html:10) | 33 0) window.callbackFromFramework (frameworks-with-async-callstack.html:10) |
| 31 [setTimeout] | 34 [setTimeout] |
| 32 0) callback1 (frameworks-with-async-callstack.html:25) | 35 0) callback1 (frameworks-with-async-callstack.html:25) |
| 33 1) timeout1 (frameworks-with-async-callstack.html:20) | 36 1) timeout1 (frameworks-with-async-callstack.html:20) |
| 34 [setTimeout] | 37 [setTimeout] |
| 35 0) testFunction (frameworks-with-async-callstack.html:15) | 38 0) testFunction (frameworks-with-async-callstack.html:15) |
| 39 [setTimeout] |
| 40 0) scheduleTestFunction (debugger-test.js:3) |
| 41 <... skipped remaining frames ...> |
| 36 | 42 |
| OLD | NEW |