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

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

Issue 2648873002: [inspector] added creation frame for async call chains for promises (Closed)
Patch Set: fixed usage of external reference 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 created frame for async call chain
2
3 Running test: testPromise
4 foo1 (test.js:10:2)
5 -- Promise.resolve --
6 promise (test.js:21:2)
7 (anonymous) (expr.js:0:0)
8 --- created in ---
9 promise (test.js:19:11)
10
11
12 Running test: testPromiseThen
13 foo1 (test.js:10:2)
14 -- Promise.resolve --
15 promiseThen (test.js:30:2)
16 (anonymous) (expr.js:0:0)
17 --- created in ---
18 promiseThen (test.js:27:11)
19
20 foo2 (test.js:14:2)
21 -- Promise.resolve --
22 --- created in ---
23 promiseThen (test.js:28:14)
24 -- Promise.resolve --
25 promiseThen (test.js:30:2)
26 (anonymous) (expr.js:0:0)
27 --- created in ---
28 promiseThen (test.js:27:11)
29
30
31 Running test: testPromiseResolve
32 foo1 (test.js:10:2)
33 -- Promise.resolve --
34 promiseResolve (test.js:35:17)
35 (anonymous) (expr.js:0:0)
36 --- created in ---
37 promiseResolve (test.js:35:17)
38
39
40 Running test: testPromiseReject
41 foo1 (test.js:10:2)
42 -- Promise.reject --
43 promiseReject (test.js:39:17)
44 (anonymous) (expr.js:0:0)
45 --- created in ---
46 promiseReject (test.js:39:17)
47
48
49 Running test: testPromiseAll
50 foo1 (test.js:10:2)
51 -- Promise.resolve --
52 --- created in ---
53 promiseAll (test.js:43:17)
54 -- Promise.resolve --
55 promiseAll (test.js:43:31)
56 (anonymous) (expr.js:0:0)
57 --- created in ---
58 promiseAll (test.js:43:31)
59
60
61 Running test: testPromiseRace
62 foo1 (test.js:10:2)
63 -- Promise.resolve --
64 --- created in ---
65 promiseRace (test.js:47:17)
66 -- Promise.resolve --
67 promiseRace (test.js:47:32)
68 (anonymous) (expr.js:0:0)
69 --- created in ---
70 promiseRace (test.js:47:32)
71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698