OLD | NEW |
(Empty) | |
| 1 Checks created frame for async call chain |
| 2 |
| 3 Running test: testPromise |
| 4 foo1 (test.js:10:2) |
| 5 -- Promise.resolve (test.js:20:14)-- |
| 6 promise (test.js:21:2) |
| 7 (anonymous) (expr.js:0:0) |
| 8 |
| 9 |
| 10 Running test: testPromiseThen |
| 11 foo1 (test.js:10:2) |
| 12 -- Promise.resolve (test.js:28:14)-- |
| 13 promiseThen (test.js:30:2) |
| 14 (anonymous) (expr.js:0:0) |
| 15 |
| 16 foo2 (test.js:14:2) |
| 17 -- Promise.resolve (test.js:29:14)-- |
| 18 -- Promise.resolve (test.js:28:14)-- |
| 19 promiseThen (test.js:30:2) |
| 20 (anonymous) (expr.js:0:0) |
| 21 |
| 22 |
| 23 Running test: testPromiseThenThen |
| 24 foo1 (test.js:10:2) |
| 25 -- Promise.resolve (test.js:37:14)-- |
| 26 promiseThenThen (test.js:39:2) |
| 27 (anonymous) (expr.js:0:0) |
| 28 |
| 29 foo1 (test.js:10:2) |
| 30 -- Promise.resolve (test.js:38:14)-- |
| 31 promiseThenThen (test.js:39:2) |
| 32 (anonymous) (expr.js:0:0) |
| 33 |
| 34 foo2 (test.js:14:2) |
| 35 -- Promise.resolve (test.js:37:25)-- |
| 36 -- Promise.resolve (test.js:37:14)-- |
| 37 promiseThenThen (test.js:39:2) |
| 38 (anonymous) (expr.js:0:0) |
| 39 |
| 40 |
| 41 Running test: testPromiseResolve |
| 42 foo1 (test.js:10:2) |
| 43 -- Promise.resolve (test.js:44:27)-- |
| 44 promiseResolve (test.js:44:17) |
| 45 (anonymous) (expr.js:0:0) |
| 46 |
| 47 |
| 48 Running test: testPromiseReject |
| 49 foo1 (test.js:10:2) |
| 50 -- Promise.reject (test.js:48:31)-- |
| 51 promiseReject (test.js:48:17) |
| 52 (anonymous) (expr.js:0:0) |
| 53 |
| 54 |
| 55 Running test: testPromiseAll |
| 56 foo1 (test.js:10:2) |
| 57 -- Promise.resolve (test.js:52:44)-- |
| 58 -- Promise.resolve (test.js:52:17)-- |
| 59 promiseAll (test.js:52:31) |
| 60 (anonymous) (expr.js:0:0) |
| 61 |
| 62 |
| 63 Running test: testPromiseRace |
| 64 foo1 (test.js:10:2) |
| 65 -- Promise.resolve (test.js:56:45)-- |
| 66 -- Promise.resolve (test.js:56:17)-- |
| 67 promiseRace (test.js:56:32) |
| 68 (anonymous) (expr.js:0:0) |
| 69 |
| 70 |
| 71 Running test: testThenableJob1 |
| 72 foo1 (test.js:10:2) |
| 73 -- Promise.resolve (test.js:60:72)-- |
| 74 -- Promise.resolve (test.js:60:56)-- |
| 75 Promise.resolve.then (test.js:60:46) |
| 76 -- Promise.resolve (test.js:60:27)-- |
| 77 thenableJob1 (test.js:60:17) |
| 78 (anonymous) (expr.js:0:0) |
| 79 |
| 80 |
| 81 Running test: testThenableJob2 |
| 82 foo1 (test.js:10:2) |
| 83 -- Promise.resolve (test.js:64:57)-- |
| 84 Promise.resolve.then (test.js:64:46) |
| 85 -- Promise.resolve (test.js:64:27)-- |
| 86 thenableJob2 (test.js:64:17) |
| 87 (anonymous) (expr.js:0:0) |
| 88 |
| 89 |
| 90 Running test: testSetTimeouts |
| 91 foo1 (test.js:10:2) |
| 92 setTimeout (test.js:72:25) |
| 93 -- setTimeout -- |
| 94 setTimeout (test.js:72:6) |
| 95 -- setTimeout -- |
| 96 setTimeout (test.js:71:4) |
| 97 -- setTimeout -- |
| 98 setTimeouts (test.js:70:2) |
| 99 (anonymous) (expr.js:0:0) |
| 100 |
OLD | NEW |