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

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

Issue 2578923002: [inspector] async stacks for Promise.then calls... (Closed)
Patch Set: avoid calling functions 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
(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)
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 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/async-stack-await.js ('k') | test/inspector/debugger/async-stack-for-promise.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698