OLD | NEW |
---|---|
(Empty) | |
1 Checks that async stacks works for async/await | |
2 foo2 (test.js:15:2) | |
3 -- async function -- | |
4 foo2 (test.js:13:19) | |
5 test (test.js:24:8) | |
6 (anonymous) (expr.js:0:0) | |
7 | |
8 foo2 (test.js:17:2) | |
9 -- async function -- | |
10 foo2 (test.js:13:19) | |
11 test (test.js:24:8) | |
12 (anonymous) (expr.js:0:0) | |
13 | |
14 foo1 (test.js:9:2) | |
15 foo2 (test.js:18:8) | |
dgozman
2017/01/09 22:59:30
So, we don't get "async function" for await calls
kozy
2017/01/10 00:11:38
My goal was to save current behavior for async fun
| |
16 -- async function -- | |
17 foo2 (test.js:13:19) | |
18 test (test.js:24:8) | |
19 (anonymous) (expr.js:0:0) | |
20 | |
21 foo1 (test.js:9:2) | |
22 -- Promise.resolve -- | |
23 foo2 (test.js:19:30) | |
24 -- async function -- | |
25 foo2 (test.js:13:19) | |
26 test (test.js:24:8) | |
27 (anonymous) (expr.js:0:0) | |
28 | |
29 foo2 (test.js:20:2) | |
30 -- async function -- | |
31 foo2 (test.js:13:19) | |
32 test (test.js:24:8) | |
33 (anonymous) (expr.js:0:0) | |
34 | |
35 { | |
36 id : <messageId> | |
37 result : { | |
38 result : { | |
39 type : undefined | |
40 } | |
41 } | |
42 } | |
OLD | NEW |