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

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

Issue 2578923002: [inspector] async stacks for Promise.then calls... (Closed)
Patch Set: async-stacks 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 stack for late .then handlers with gc
2 foo1 (test.js:11:2)
3 -- Promise.resolve --
4 test (test.js:20:2)
5 (anonymous) (expr.js:0:0)
6
7 foo1 (test.js:11:2)
8 -- Promise.resolve --
9 test (test.js:20:2)
10 (anonymous) (expr.js:0:0)
11
12 foo1 (test.js:11:2)
13 -- Promise.resolve --
14 test (test.js:20:2)
15 (anonymous) (expr.js:0:0)
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698