Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Side by Side Diff: test/inspector/debugger/async-stack-await-expected.txt

Issue 2648873002: [inspector] added creation frame for async call chains for promises (Closed)
Patch Set: fixed usage of external reference Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 --
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 --- created in ---
8 foo2 (test.js:13:19)
7 9
8 foo2 (test.js:17:2) 10 foo2 (test.js:17:2)
9 -- async function -- 11 -- async function --
10 foo2 (test.js:13:19) 12 foo2 (test.js:13:19)
11 test (test.js:24:8) 13 test (test.js:24:8)
12 (anonymous) (expr.js:0:0) 14 (anonymous) (expr.js:0:0)
15 --- created in ---
16 foo2 (test.js:13:19)
13 17
14 foo1 (test.js:9:2) 18 foo1 (test.js:9:2)
15 foo2 (test.js:18:8) 19 foo2 (test.js:18:8)
16 -- async function -- 20 -- async function --
17 foo2 (test.js:13:19) 21 foo2 (test.js:13:19)
18 test (test.js:24:8) 22 test (test.js:24:8)
19 (anonymous) (expr.js:0:0) 23 (anonymous) (expr.js:0:0)
24 --- created in ---
25 foo2 (test.js:13:19)
20 26
21 foo1 (test.js:9:2) 27 foo1 (test.js:9:2)
22 -- Promise.resolve -- 28 -- Promise.resolve --
29 --- created in ---
30 foo2 (test.js:19:16)
31 -- Promise.resolve --
32 foo2 (test.js:19:30)
33 --- created in ---
23 foo2 (test.js:19:30) 34 foo2 (test.js:19:30)
24 -- async function -- 35 -- async function --
25 foo2 (test.js:13:19) 36 foo2 (test.js:13:19)
26 test (test.js:24:8) 37 test (test.js:24:8)
27 (anonymous) (expr.js:0:0) 38 (anonymous) (expr.js:0:0)
39 --- created in ---
40 foo2 (test.js:13:19)
28 41
29 foo2 (test.js:20:2) 42 foo2 (test.js:20:2)
30 -- async function -- 43 -- async function --
31 foo2 (test.js:13:19) 44 foo2 (test.js:13:19)
32 test (test.js:24:8) 45 test (test.js:24:8)
33 (anonymous) (expr.js:0:0) 46 (anonymous) (expr.js:0:0)
47 --- created in ---
48 foo2 (test.js:13:19)
34 49
35 { 50 {
36 id : <messageId> 51 id : <messageId>
37 result : { 52 result : {
38 result : { 53 result : {
39 type : undefined 54 type : undefined
40 } 55 }
41 } 56 }
42 } 57 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698