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

Side by Side Diff: test/inspector/debugger/async-promise-late-then-expected.txt

Issue 2868423004: Revert of [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: 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 async stack for late .then handlers with gc 1 Checks async stack for late .then handlers with gc
2 foo1 (test.js:11:2) 2 foo1 (test.js:11:2)
3 -- Promise.resolve -- 3 -- Promise.resolve --
4 test (test.js:18:14) 4 test (test.js:20:2)
5 (anonymous) (expr.js:0:0) 5 (anonymous) (expr.js:0:0)
6 6
7 foo1 (test.js:11:2) 7 foo1 (test.js:11:2)
8 -- Promise.resolve -- 8 -- Promise.resolve --
9 test (test.js:22:14) 9 test (test.js:20:2)
10 (anonymous) (expr.js:0:0) 10 (anonymous) (expr.js:0:0)
11 11
12 foo1 (test.js:11:2) 12 foo1 (test.js:11:2)
13 -- Promise.resolve -- 13 -- Promise.resolve --
14 test (test.js:24:14) 14 test (test.js:20:2)
15 (anonymous) (expr.js:0:0) 15 (anonymous) (expr.js:0:0)
16 16
OLDNEW
« no previous file with comments | « test/inspector/debugger/async-instrumentation-expected.txt ('k') | test/inspector/debugger/async-stack-await-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698