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

Side by Side Diff: test/inspector/debugger/async-instrumentation-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 async instrumentation enabled in the middle.
2
3 Running test: beforeAsyncTaskScheduled
4 test (test.js:19:2)
5 (anonymous) (expr1.js:0:0)
6
7 test (test.js:21:2)
8 (anonymous) (expr1.js:0:0)
9
10 foo (test.js:10:2)
11 -- Promise.resolve --
12 test (test.js:20:2)
13 (anonymous) (expr1.js:0:0)
14
15 foo (test.js:12:2)
16 -- Promise.resolve --
17 test (test.js:20:2)
18 (anonymous) (expr1.js:0:0)
19
20
21 Running test: afterAsyncTaskScheduled
22 test (test.js:19:2)
23 (anonymous) (expr1.js:0:0)
24
25 test (test.js:21:2)
26 (anonymous) (expr1.js:0:0)
27
28 foo (test.js:10:2)
29
30 foo (test.js:12:2)
31
32
33 Running test: afterAsyncTaskStarted
34 test (test.js:19:2)
35 (anonymous) (expr1.js:0:0)
36
37 test (test.js:21:2)
38 (anonymous) (expr1.js:0:0)
39
40 foo (test.js:10:2)
41
42 foo (test.js:12:2)
43
OLDNEW
« no previous file with comments | « test/inspector/debugger/async-instrumentation.js ('k') | test/inspector/debugger/async-promise-late-then.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698