| 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 (test.js:13:19)-- | 3 -- async function -- |
| 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 (test.js:13:19)-- | 9 -- async function -- |
| 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 (test.js:13:19)-- | 16 -- async function -- |
| 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 (test.js:19:43)-- | 22 -- Promise.resolve -- |
| 23 -- Promise.resolve (test.js:19:16)-- | 23 foo2 (test.js:19:43) |
| 24 foo2 (test.js:19:30) | 24 -- async function -- |
| 25 -- async function (test.js:13:19)-- | |
| 26 foo2 (test.js:13:19) | 25 foo2 (test.js:13:19) |
| 27 test (test.js:24:8) | 26 test (test.js:24:8) |
| 28 (anonymous) (expr.js:0:0) | 27 (anonymous) (expr.js:0:0) |
| 29 | 28 |
| 30 foo2 (test.js:20:2) | 29 foo2 (test.js:20:2) |
| 31 -- async function (test.js:13:19)-- | 30 -- async function -- |
| 32 foo2 (test.js:13:19) | 31 foo2 (test.js:13:19) |
| 33 test (test.js:24:8) | 32 test (test.js:24:8) |
| 34 (anonymous) (expr.js:0:0) | 33 (anonymous) (expr.js:0:0) |
| 35 | 34 |
| 36 { | 35 { |
| 37 id : <messageId> | 36 id : <messageId> |
| 38 result : { | 37 result : { |
| 39 result : { | 38 result : { |
| 40 type : undefined | 39 type : undefined |
| 41 } | 40 } |
| 42 } | 41 } |
| 43 } | 42 } |
| OLD | NEW |