| OLD | NEW |
| 1 Tests asynchronous call stacks for Promises. | 1 Tests asynchronous call stacks for Promises. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Captured call stacks in no particular order: | 4 Captured call stacks in no particular order: |
| 5 Call stack: | 5 Call stack: |
| 6 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) | 6 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) |
| 7 [Promise.resolve] | 7 [Promise.resolve] |
| 8 0) resolvePromise (async-callstack-promises.html:12) | 8 0) resolvePromise (async-callstack-promises.html:12) |
| 9 [setTimeout] | 9 [setTimeout] |
| 10 0) promiseCallback (async-callstack-promises.html:21) | 10 0) promiseCallback (async-callstack-promises.html:21) |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 2) chained1 (async-callstack-promises.html:110) | 31 2) chained1 (async-callstack-promises.html:110) |
| 32 [Promise.resolve] | 32 [Promise.resolve] |
| 33 0) resolvePromise (async-callstack-promises.html:12) | 33 0) resolvePromise (async-callstack-promises.html:12) |
| 34 [setTimeout] | 34 [setTimeout] |
| 35 0) promiseCallback (async-callstack-promises.html:21) | 35 0) promiseCallback (async-callstack-promises.html:21) |
| 36 1) timeoutPromise (async-callstack-promises.html:9) | 36 1) timeoutPromise (async-callstack-promises.html:9) |
| 37 2) doTestThrowFromChain (async-callstack-promises.html:109) | 37 2) doTestThrowFromChain (async-callstack-promises.html:109) |
| 38 3) testFunctionTimeout (async-callstack-promises.html:50) | 38 3) testFunctionTimeout (async-callstack-promises.html:50) |
| 39 [setTimeout] | 39 [setTimeout] |
| 40 0) testFunction (async-callstack-promises.html:43) | 40 0) testFunction (async-callstack-promises.html:43) |
| 41 [setTimeout] | |
| 42 0) scheduleTestFunction (debugger-test.js:3) | |
| 43 <... skipped remaining frames ...> | |
| 44 | 41 |
| 45 Call stack: | 42 Call stack: |
| 46 0) catchCallback (async-callstack-promises.html:130) | 43 0) catchCallback (async-callstack-promises.html:130) |
| 47 [Promise.reject] | 44 [Promise.reject] |
| 48 0) rejectPromise (async-callstack-promises.html:16) | 45 0) rejectPromise (async-callstack-promises.html:16) |
| 49 [setTimeout] | 46 [setTimeout] |
| 50 0) promiseCallback (async-callstack-promises.html:19) | 47 0) promiseCallback (async-callstack-promises.html:19) |
| 51 1) timeoutPromise (async-callstack-promises.html:9) | 48 1) timeoutPromise (async-callstack-promises.html:9) |
| 52 2) chained3 (async-callstack-promises.html:126) | 49 2) chained3 (async-callstack-promises.html:126) |
| 53 [Promise.resolve] | 50 [Promise.resolve] |
| 54 0) resolvePromise (async-callstack-promises.html:12) | 51 0) resolvePromise (async-callstack-promises.html:12) |
| 55 [setTimeout] | 52 [setTimeout] |
| 56 0) promiseCallback (async-callstack-promises.html:21) | 53 0) promiseCallback (async-callstack-promises.html:21) |
| 57 1) timeoutPromise (async-callstack-promises.html:9) | 54 1) timeoutPromise (async-callstack-promises.html:9) |
| 58 2) chained2 (async-callstack-promises.html:124) | 55 2) chained2 (async-callstack-promises.html:124) |
| 59 [Promise.resolve] | 56 [Promise.resolve] |
| 60 0) resolvePromise (async-callstack-promises.html:12) | 57 0) resolvePromise (async-callstack-promises.html:12) |
| 61 [setTimeout] | 58 [setTimeout] |
| 62 0) promiseCallback (async-callstack-promises.html:21) | 59 0) promiseCallback (async-callstack-promises.html:21) |
| 63 1) timeoutPromise (async-callstack-promises.html:9) | 60 1) timeoutPromise (async-callstack-promises.html:9) |
| 64 2) chained1 (async-callstack-promises.html:122) | 61 2) chained1 (async-callstack-promises.html:122) |
| 65 [Promise.resolve] | 62 [Promise.resolve] |
| 66 0) resolvePromise (async-callstack-promises.html:12) | 63 0) resolvePromise (async-callstack-promises.html:12) |
| 67 [setTimeout] | |
| 68 0) promiseCallback (async-callstack-promises.html:21) | |
| 69 1) timeoutPromise (async-callstack-promises.html:9) | |
| 70 2) doTestThrowFromChain (async-callstack-promises.html:121) | |
| 71 3) testFunctionTimeout (async-callstack-promises.html:50) | |
| 72 | 64 |
| 73 Call stack: | 65 Call stack: |
| 74 0) chained1 (async-callstack-promises.html:80) | 66 0) chained1 (async-callstack-promises.html:80) |
| 75 [Promise.resolve] | 67 [Promise.resolve] |
| 76 0) resolvePromise (async-callstack-promises.html:12) | 68 0) resolvePromise (async-callstack-promises.html:12) |
| 77 [setTimeout] | 69 [setTimeout] |
| 78 0) promiseCallback (async-callstack-promises.html:21) | 70 0) promiseCallback (async-callstack-promises.html:21) |
| 79 1) timeoutPromise (async-callstack-promises.html:9) | 71 1) timeoutPromise (async-callstack-promises.html:9) |
| 80 2) doTestChainedPromises (async-callstack-promises.html:79) | 72 2) doTestChainedPromises (async-callstack-promises.html:79) |
| 81 3) testFunctionTimeout (async-callstack-promises.html:50) | 73 3) testFunctionTimeout (async-callstack-promises.html:50) |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 0) promiseCallback (async-callstack-promises.html:21) | 220 0) promiseCallback (async-callstack-promises.html:21) |
| 229 1) timeoutPromise (async-callstack-promises.html:9) | 221 1) timeoutPromise (async-callstack-promises.html:9) |
| 230 2) chained1 (async-callstack-promises.html:81) | 222 2) chained1 (async-callstack-promises.html:81) |
| 231 [Promise.resolve] | 223 [Promise.resolve] |
| 232 0) resolvePromise (async-callstack-promises.html:12) | 224 0) resolvePromise (async-callstack-promises.html:12) |
| 233 [setTimeout] | 225 [setTimeout] |
| 234 0) promiseCallback (async-callstack-promises.html:21) | 226 0) promiseCallback (async-callstack-promises.html:21) |
| 235 1) timeoutPromise (async-callstack-promises.html:9) | 227 1) timeoutPromise (async-callstack-promises.html:9) |
| 236 2) doTestChainedPromises (async-callstack-promises.html:79) | 228 2) doTestChainedPromises (async-callstack-promises.html:79) |
| 237 3) testFunctionTimeout (async-callstack-promises.html:50) | 229 3) testFunctionTimeout (async-callstack-promises.html:50) |
| 238 [setTimeout] | |
| 239 0) testFunction (async-callstack-promises.html:43) | |
| 240 | 230 |
| 241 Call stack: | 231 Call stack: |
| 242 0) thenCallback (async-callstack-promises.html:55) | 232 0) thenCallback (async-callstack-promises.html:55) |
| 243 [Promise.resolve] | 233 [Promise.resolve] |
| 244 0) resolvePromise (async-callstack-promises.html:12) | 234 0) resolvePromise (async-callstack-promises.html:12) |
| 245 [setTimeout] | 235 [setTimeout] |
| 246 0) promiseCallback (async-callstack-promises.html:21) | 236 0) promiseCallback (async-callstack-promises.html:21) |
| 247 1) timeoutPromise (async-callstack-promises.html:9) | 237 1) timeoutPromise (async-callstack-promises.html:9) |
| 248 2) doTestPromiseAll (async-callstack-promises.html:103) | 238 2) doTestPromiseAll (async-callstack-promises.html:103) |
| 249 3) testFunctionTimeout (async-callstack-promises.html:50) | 239 3) testFunctionTimeout (async-callstack-promises.html:50) |
| 250 [setTimeout] | 240 [setTimeout] |
| 251 0) testFunction (async-callstack-promises.html:43) | 241 0) testFunction (async-callstack-promises.html:43) |
| 252 [setTimeout] | 242 [setTimeout] |
| 253 0) scheduleTestFunction (debugger-test.js:3) | 243 0) scheduleTestFunction (debugger-test.js:3) |
| 254 <... skipped remaining frames ...> | 244 <... skipped remaining frames ...> |
| 255 | 245 |
| 256 | 246 |
| OLD | NEW |