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

Side by Side Diff: test/inspector/debugger/continue-to-location-target-call-frames-expected.txt

Issue 2879923003: [inspector] added targetCallFrames for continueToLocation (Closed)
Patch Set: ac 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
« no previous file with comments | « test/inspector/debugger/continue-to-location-target-call-frames.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Check that continue-to-location works with different strategies.
2
3 Running test: testAwaitAny
4 (anonymous) (expr.js:0:0)
5
6 asyncFact (test.js:9:2)
7 (anonymous) (expr.js:0:0)
8
9 asyncFact (test.js:11:2)
10 -- async function --
11 asyncFact (test.js:8:24)
12 asyncFact (test.js:10:20)
13 asyncFact (test.js:10:20)
14 asyncFact (test.js:10:20)
15 (anonymous) (expr.js:0:0)
16
17
18 Running test: testAwaitCurrent
19 (anonymous) (expr.js:0:0)
20
21 asyncFact (test.js:9:2)
22 (anonymous) (expr.js:0:0)
23
24 asyncFact (test.js:11:2)
25 -- async function --
26 asyncFact (test.js:8:24)
27 (anonymous) (expr.js:0:0)
28
29
30 Running test: testAny
31 (anonymous) (expr.js:0:0)
32
33 fact (test.js:16:2)
34 (anonymous) (expr.js:0:0)
35
36 fact (test.js:18:2)
37 fact (test.js:17:14)
38 fact (test.js:17:14)
39 fact (test.js:17:14)
40 (anonymous) (expr.js:0:0)
41
42
43 Running test: testCurrent
44 (anonymous) (expr.js:0:0)
45
46 fact (test.js:16:2)
47 (anonymous) (expr.js:0:0)
48
49 fact (test.js:18:2)
50 (anonymous) (expr.js:0:0)
51
52
53 Running test: testTopLevelAny
54 (anonymous) (expr.js:0:0)
55
56 topLevel (test.js:23:2)
57 (anonymous) (expr.js:0:0)
58
59 (anonymous) (:1:10)
60 topLevel (test.js:23:2)
61 (anonymous) (expr.js:0:0)
62
63 (anonymous) (:4:10)
64 topLevel (test.js:23:2)
65 (anonymous) (expr.js:0:0)
66
67
68 Running test: testTopLevelCurrent
69 (anonymous) (expr.js:0:0)
70
71 topLevel (test.js:23:2)
72 (anonymous) (expr.js:0:0)
73
74 (anonymous) (:1:10)
75 topLevel (test.js:23:2)
76 (anonymous) (expr.js:0:0)
77
78 (anonymous) (:4:10)
79 topLevel (test.js:23:2)
80 (anonymous) (expr.js:0:0)
81
OLDNEW
« no previous file with comments | « test/inspector/debugger/continue-to-location-target-call-frames.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698