OLD | NEW |
1 Tests asynchronous call stacks for Promises. | 1 Tests asynchronous call stacks for Promises. |
2 | 2 |
3 Debugger was enabled. | 3 Debugger was enabled. |
4 Set timer for test function. | 4 Set timer for test function. |
5 Captured call stacks in no particular order: | 5 Captured call stacks in no particular order: |
6 Call stack: | 6 Call stack: |
7 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) | 7 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) |
8 [Promise.resolve] | 8 [Promise.resolve] |
9 0) resolvePromise (async-callstack-promises.html:12) | 9 0) resolvePromise (async-callstack-promises.html:12) |
10 [setTimeout] | 10 [setTimeout] |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 1) timeoutPromise (async-callstack-promises.html:9) | 160 1) timeoutPromise (async-callstack-promises.html:9) |
161 2) chained1 (async-callstack-promises.html:81) | 161 2) chained1 (async-callstack-promises.html:81) |
162 | 162 |
163 Call stack: | 163 Call stack: |
164 0) thenCallback (async-callstack-promises.html:55) | 164 0) thenCallback (async-callstack-promises.html:55) |
165 [Promise.resolve] | 165 [Promise.resolve] |
166 0) resolvePromise (async-callstack-promises.html:12) | 166 0) resolvePromise (async-callstack-promises.html:12) |
167 [setTimeout] | 167 [setTimeout] |
168 0) promiseCallback (async-callstack-promises.html:21) | 168 0) promiseCallback (async-callstack-promises.html:21) |
169 1) timeoutPromise (async-callstack-promises.html:9) | 169 1) timeoutPromise (async-callstack-promises.html:9) |
170 2) map ((internal script):(line number)) | 170 2) doTestPromiseAll (async-callstack-promises.html:103) |
171 3) doTestPromiseAll (async-callstack-promises.html:103) | 171 3) testFunctionTimeout (async-callstack-promises.html:50) |
172 4) testFunctionTimeout (async-callstack-promises.html:50) | |
173 [setTimeout] | 172 [setTimeout] |
174 0) testFunction (async-callstack-promises.html:43) | 173 0) testFunction (async-callstack-promises.html:43) |
175 | 174 |
176 Debugger was disabled. | 175 Debugger was disabled. |
177 | 176 |
OLD | NEW |