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

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

Issue 2868493002: [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: removed DCHECK for now Created 3 years, 7 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 (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 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/async-promise-late-then-expected.txt ('k') | test/inspector/debugger/async-stack-created-frame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698