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