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

Side by Side Diff: test/inspector/debugger/framework-precise-ranges-expected.txt

Issue 2633803002: [inspector] implemented blackboxing inside v8 (Closed)
Patch Set: addressed comments 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 framework debugging with blackboxed ranges.
2
3 Running test: testEntireScript
4 {
5 id : <messageId>
6 result : {
7 }
8 }
9
10 Running test: testFooNotBlackboxed
11 {
12 id : <messageId>
13 result : {
14 }
15 }
16 foo (test.js:8:12)
17 testFunction (test.js:15:2)
18 (anonymous) (expr.js:0:0)
19
20 foo (test.js:9:2)
21 testFunction (test.js:15:2)
22 (anonymous) (expr.js:0:0)
23
24 foo (test.js:10:0)
25 testFunction (test.js:15:2)
26 (anonymous) (expr.js:0:0)
27
28
29 Running test: testFooBlackboxed
30 {
31 id : <messageId>
32 result : {
33 }
34 }
35 testFunction (test.js:14:21)
36 (anonymous) (expr.js:0:0)
37
38 testFunction (test.js:15:2)
39 (anonymous) (expr.js:0:0)
40
41 boo (test.js:12:2)
42 foo (test.js:9:9)
43 testFunction (test.js:15:2)
44 (anonymous) (expr.js:0:0)
45
46 boo (test.js:13:0)
47 foo (test.js:9:9)
48 testFunction (test.js:15:2)
49 (anonymous) (expr.js:0:0)
50
51 testFunction (test.js:16:0)
52 (anonymous) (expr.js:0:0)
53
54
55 Running test: testBooPartiallyBlackboxed1
56 {
57 id : <messageId>
58 result : {
59 }
60 }
61 foo (test.js:8:12)
62 testFunction (test.js:15:2)
63 (anonymous) (expr.js:0:0)
64
65 foo (test.js:9:2)
66 testFunction (test.js:15:2)
67 (anonymous) (expr.js:0:0)
68
69 boo (test.js:12:2)
70 foo (test.js:9:9)
71 testFunction (test.js:15:2)
72 (anonymous) (expr.js:0:0)
73
74 boo (test.js:13:0)
75 foo (test.js:9:9)
76 testFunction (test.js:15:2)
77 (anonymous) (expr.js:0:0)
78
79 foo (test.js:10:0)
80 testFunction (test.js:15:2)
81 (anonymous) (expr.js:0:0)
82
83
84 Running test: testBooPartiallyBlackboxed2
85 {
86 id : <messageId>
87 result : {
88 }
89 }
90 foo (test.js:8:12)
91 testFunction (test.js:15:2)
92 (anonymous) (expr.js:0:0)
93
94 foo (test.js:9:2)
95 testFunction (test.js:15:2)
96 (anonymous) (expr.js:0:0)
97
98 boo (test.js:12:2)
99 foo (test.js:9:9)
100 testFunction (test.js:15:2)
101 (anonymous) (expr.js:0:0)
102
103 boo (test.js:13:0)
104 foo (test.js:9:9)
105 testFunction (test.js:15:2)
106 (anonymous) (expr.js:0:0)
107
108 foo (test.js:10:0)
109 testFunction (test.js:15:2)
110 (anonymous) (expr.js:0:0)
111
112
113 Running test: testBooPartiallyBlackboxed3
114 {
115 id : <messageId>
116 result : {
117 }
118 }
119 foo (test.js:8:12)
120 testFunction (test.js:15:2)
121 (anonymous) (expr.js:0:0)
122
123 foo (test.js:9:2)
124 testFunction (test.js:15:2)
125 (anonymous) (expr.js:0:0)
126
127 boo (test.js:12:2)
128 foo (test.js:9:9)
129 testFunction (test.js:15:2)
130 (anonymous) (expr.js:0:0)
131
132 boo (test.js:13:0)
133 foo (test.js:9:9)
134 testFunction (test.js:15:2)
135 (anonymous) (expr.js:0:0)
136
137 foo (test.js:10:0)
138 testFunction (test.js:15:2)
139 (anonymous) (expr.js:0:0)
140
OLDNEW
« no previous file with comments | « test/inspector/debugger/framework-precise-ranges.js ('k') | test/inspector/debugger/framework-stepping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698