OLD | NEW |
1 Checks that async stacks works for async/await | 1 Checks that async stacks works for async/await |
2 foo2 (test.js:15:2) | 2 foo2 (test.js:15:2) |
3 -- async function -- | 3 -- async function (test.js:13:19)-- |
4 foo2 (test.js:13:19) | 4 foo2 (test.js:13:19) |
5 test (test.js:24:8) | 5 test (test.js:24:8) |
6 (anonymous) (expr.js:0:0) | 6 (anonymous) (expr.js:0:0) |
7 | 7 |
8 foo2 (test.js:17:2) | 8 foo2 (test.js:17:2) |
9 -- async function -- | 9 -- async function (test.js:13:19)-- |
10 foo2 (test.js:13:19) | 10 foo2 (test.js:13:19) |
11 test (test.js:24:8) | 11 test (test.js:24:8) |
12 (anonymous) (expr.js:0:0) | 12 (anonymous) (expr.js:0:0) |
13 | 13 |
14 foo1 (test.js:9:2) | 14 foo1 (test.js:9:2) |
15 foo2 (test.js:18:8) | 15 foo2 (test.js:18:8) |
16 -- async function -- | 16 -- async function (test.js:13:19)-- |
17 foo2 (test.js:13:19) | 17 foo2 (test.js:13:19) |
18 test (test.js:24:8) | 18 test (test.js:24:8) |
19 (anonymous) (expr.js:0:0) | 19 (anonymous) (expr.js:0:0) |
20 | 20 |
21 foo1 (test.js:9:2) | 21 foo1 (test.js:9:2) |
22 -- Promise.resolve -- | 22 -- Promise.resolve (test.js:19:43)-- |
23 foo2 (test.js:19:43) | 23 -- Promise.resolve (test.js:19:16)-- |
24 -- async function -- | 24 foo2 (test.js:19:30) |
| 25 -- async function (test.js:13:19)-- |
25 foo2 (test.js:13:19) | 26 foo2 (test.js:13:19) |
26 test (test.js:24:8) | 27 test (test.js:24:8) |
27 (anonymous) (expr.js:0:0) | 28 (anonymous) (expr.js:0:0) |
28 | 29 |
29 foo2 (test.js:20:2) | 30 foo2 (test.js:20:2) |
30 -- async function -- | 31 -- async function (test.js:13:19)-- |
31 foo2 (test.js:13:19) | 32 foo2 (test.js:13:19) |
32 test (test.js:24:8) | 33 test (test.js:24:8) |
33 (anonymous) (expr.js:0:0) | 34 (anonymous) (expr.js:0:0) |
34 | 35 |
35 { | 36 { |
36 id : <messageId> | 37 id : <messageId> |
37 result : { | 38 result : { |
38 result : { | 39 result : { |
39 type : undefined | 40 type : undefined |
40 } | 41 } |
41 } | 42 } |
42 } | 43 } |
OLD | NEW |