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

Side by Side Diff: test/inspector/debugger/script-on-after-compile-expected.txt

Issue 2663973002: [inspector] added experimental is_module flag for script parsed events (Closed)
Patch Set: rebased Created 3 years, 10 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 that inspector correctly process compiled scripts 1 Checks that inspector correctly process compiled scripts
2 scriptParsed 2 scriptParsed
3 { 3 {
4 scriptSource : function foo1(){}//# sourceURL=oneline.js<nl> 4 scriptSource : function foo1(){}//# sourceURL=oneline.js<nl>
5 } 5 }
6 { 6 {
7 endColumn : 0 7 endColumn : 0
8 endLine : 2 8 endLine : 2
9 executionContextId : <executionContextId> 9 executionContextId : <executionContextId>
10 hasSourceURL : true 10 hasSourceURL : true
11 hash : <hash> 11 hash : <hash>
12 isLiveEdit : false 12 isLiveEdit : false
13 isModule : false
13 scriptId : <scriptId> 14 scriptId : <scriptId>
14 sourceMapURL : 15 sourceMapURL :
15 startColumn : 0 16 startColumn : 0
16 startLine : 0 17 startLine : 0
17 url : oneline.js 18 url : oneline.js
18 } 19 }
19 scriptParsed 20 scriptParsed
20 { 21 {
21 scriptSource : function foo2(){}//# sourceURL=oneline-without-nl.js 22 scriptSource : function foo2(){}//# sourceURL=oneline-without-nl.js
22 } 23 }
23 { 24 {
24 endColumn : 52 25 endColumn : 52
25 endLine : 0 26 endLine : 0
26 executionContextId : <executionContextId> 27 executionContextId : <executionContextId>
27 hasSourceURL : true 28 hasSourceURL : true
28 hash : <hash> 29 hash : <hash>
29 isLiveEdit : false 30 isLiveEdit : false
31 isModule : false
30 scriptId : <scriptId> 32 scriptId : <scriptId>
31 sourceMapURL : 33 sourceMapURL :
32 startColumn : 0 34 startColumn : 0
33 startLine : 0 35 startLine : 0
34 url : oneline-without-nl.js 36 url : oneline-without-nl.js
35 } 37 }
36 scriptParsed 38 scriptParsed
37 { 39 {
38 scriptSource : function foo3(){}<nl>//# sourceURL=twoline.js<nl> 40 scriptSource : function foo3(){}<nl>//# sourceURL=twoline.js<nl>
39 } 41 }
40 { 42 {
41 endColumn : 0 43 endColumn : 0
42 endLine : 3 44 endLine : 3
43 executionContextId : <executionContextId> 45 executionContextId : <executionContextId>
44 hasSourceURL : true 46 hasSourceURL : true
45 hash : <hash> 47 hash : <hash>
46 isLiveEdit : false 48 isLiveEdit : false
49 isModule : false
47 scriptId : <scriptId> 50 scriptId : <scriptId>
48 sourceMapURL : 51 sourceMapURL :
49 startColumn : 0 52 startColumn : 0
50 startLine : 0 53 startLine : 0
51 url : twoline.js 54 url : twoline.js
52 } 55 }
53 scriptParsed 56 scriptParsed
54 { 57 {
55 scriptSource : function foo4(){}<nl><nl>//# sourceURL=threeline.js<nl> 58 scriptSource : function foo4(){}<nl><nl>//# sourceURL=threeline.js<nl>
56 } 59 }
57 { 60 {
58 endColumn : 0 61 endColumn : 0
59 endLine : 4 62 endLine : 4
60 executionContextId : <executionContextId> 63 executionContextId : <executionContextId>
61 hasSourceURL : true 64 hasSourceURL : true
62 hash : <hash> 65 hash : <hash>
63 isLiveEdit : false 66 isLiveEdit : false
67 isModule : false
64 scriptId : <scriptId> 68 scriptId : <scriptId>
65 sourceMapURL : 69 sourceMapURL :
66 startColumn : 0 70 startColumn : 0
67 startLine : 0 71 startLine : 0
68 url : threeline.js 72 url : threeline.js
69 } 73 }
70 scriptParsed 74 scriptParsed
71 { 75 {
72 scriptSource : function foo5(){}//# sourceMappingURL=oneline-map<nl> 76 scriptSource : function foo5(){}//# sourceMappingURL=oneline-map<nl>
73 } 77 }
74 { 78 {
75 endColumn : 0 79 endColumn : 0
76 endLine : 2 80 endLine : 2
77 executionContextId : <executionContextId> 81 executionContextId : <executionContextId>
78 hasSourceURL : false 82 hasSourceURL : false
79 hash : <hash> 83 hash : <hash>
80 isLiveEdit : false 84 isLiveEdit : false
85 isModule : false
81 scriptId : <scriptId> 86 scriptId : <scriptId>
82 sourceMapURL : oneline-map 87 sourceMapURL : oneline-map
83 startColumn : 0 88 startColumn : 0
84 startLine : 0 89 startLine : 0
85 url : 90 url :
86 } 91 }
87 scriptParsed 92 scriptParsed
88 { 93 {
89 scriptSource : function foo6(){}//# sourceMappingURL=oneline-without-nl-map 94 scriptSource : function foo6(){}//# sourceMappingURL=oneline-without-nl-map
90 } 95 }
91 { 96 {
92 endColumn : 60 97 endColumn : 60
93 endLine : 0 98 endLine : 0
94 executionContextId : <executionContextId> 99 executionContextId : <executionContextId>
95 hasSourceURL : false 100 hasSourceURL : false
96 hash : <hash> 101 hash : <hash>
97 isLiveEdit : false 102 isLiveEdit : false
103 isModule : false
98 scriptId : <scriptId> 104 scriptId : <scriptId>
99 sourceMapURL : oneline-without-nl-map 105 sourceMapURL : oneline-without-nl-map
100 startColumn : 0 106 startColumn : 0
101 startLine : 0 107 startLine : 0
102 url : 108 url :
103 } 109 }
104 scriptParsed 110 scriptParsed
105 { 111 {
106 scriptSource : function foo7(){}<nl>//# sourceMappingURL=twoline-map<nl> 112 scriptSource : function foo7(){}<nl>//# sourceMappingURL=twoline-map<nl>
107 } 113 }
108 { 114 {
109 endColumn : 0 115 endColumn : 0
110 endLine : 3 116 endLine : 3
111 executionContextId : <executionContextId> 117 executionContextId : <executionContextId>
112 hasSourceURL : false 118 hasSourceURL : false
113 hash : <hash> 119 hash : <hash>
114 isLiveEdit : false 120 isLiveEdit : false
121 isModule : false
115 scriptId : <scriptId> 122 scriptId : <scriptId>
116 sourceMapURL : twoline-map 123 sourceMapURL : twoline-map
117 startColumn : 0 124 startColumn : 0
118 startLine : 0 125 startLine : 0
119 url : 126 url :
120 } 127 }
121 scriptParsed 128 scriptParsed
122 { 129 {
123 scriptSource : function foo8(){}<nl><nl>//# sourceMappingURL=threeline-map<n l> 130 scriptSource : function foo8(){}<nl><nl>//# sourceMappingURL=threeline-map<n l>
124 } 131 }
125 { 132 {
126 endColumn : 0 133 endColumn : 0
127 endLine : 4 134 endLine : 4
128 executionContextId : <executionContextId> 135 executionContextId : <executionContextId>
129 hasSourceURL : false 136 hasSourceURL : false
130 hash : <hash> 137 hash : <hash>
131 isLiveEdit : false 138 isLiveEdit : false
139 isModule : false
132 scriptId : <scriptId> 140 scriptId : <scriptId>
133 sourceMapURL : threeline-map 141 sourceMapURL : threeline-map
134 startColumn : 0 142 startColumn : 0
135 startLine : 0 143 startLine : 0
136 url : 144 url :
137 } 145 }
138 scriptParsed 146 scriptParsed
139 { 147 {
140 scriptSource : function foo9(){}//# sourceMappingURL=source-mapping-url-map< nl>//# sourceURL=source-url.js 148 scriptSource : function foo9(){}//# sourceMappingURL=source-mapping-url-map< nl>//# sourceURL=source-url.js
141 } 149 }
142 { 150 {
143 endColumn : 27 151 endColumn : 27
144 endLine : 1 152 endLine : 1
145 executionContextId : <executionContextId> 153 executionContextId : <executionContextId>
146 hasSourceURL : true 154 hasSourceURL : true
147 hash : <hash> 155 hash : <hash>
148 isLiveEdit : false 156 isLiveEdit : false
157 isModule : false
149 scriptId : <scriptId> 158 scriptId : <scriptId>
150 sourceMapURL : source-mapping-url-map 159 sourceMapURL : source-mapping-url-map
151 startColumn : 0 160 startColumn : 0
152 startLine : 0 161 startLine : 0
153 url : source-url.js 162 url : source-url.js
154 } 163 }
155 scriptParsed 164 scriptParsed
156 { 165 {
157 scriptSource : function foo10(){}//# sourceURL=source-url.js<nl>//# sourceMa ppingURL=source-mapping-url-map 166 scriptSource : function foo10(){}//# sourceURL=source-url.js<nl>//# sourceMa ppingURL=source-mapping-url-map
158 } 167 }
159 { 168 {
160 endColumn : 43 169 endColumn : 43
161 endLine : 1 170 endLine : 1
162 executionContextId : <executionContextId> 171 executionContextId : <executionContextId>
163 hasSourceURL : true 172 hasSourceURL : true
164 hash : <hash> 173 hash : <hash>
165 isLiveEdit : false 174 isLiveEdit : false
175 isModule : false
166 scriptId : <scriptId> 176 scriptId : <scriptId>
167 sourceMapURL : source-mapping-url-map 177 sourceMapURL : source-mapping-url-map
168 startColumn : 0 178 startColumn : 0
169 startLine : 0 179 startLine : 0
170 url : source-url.js 180 url : source-url.js
171 } 181 }
172 scriptParsed 182 scriptParsed
173 { 183 {
174 scriptSource : function foo11(){}<nl>//# sourceURL=end1.js 184 scriptSource : function foo11(){}<nl>//# sourceURL=end1.js
175 } 185 }
176 { 186 {
177 endColumn : 21 187 endColumn : 21
178 endLine : 1 188 endLine : 1
179 executionContextId : <executionContextId> 189 executionContextId : <executionContextId>
180 hasSourceURL : true 190 hasSourceURL : true
181 hash : <hash> 191 hash : <hash>
182 isLiveEdit : false 192 isLiveEdit : false
193 isModule : false
183 scriptId : <scriptId> 194 scriptId : <scriptId>
184 sourceMapURL : 195 sourceMapURL :
185 startColumn : 0 196 startColumn : 0
186 startLine : 0 197 startLine : 0
187 url : end1.js 198 url : end1.js
188 } 199 }
189 scriptParsed 200 scriptParsed
190 { 201 {
191 scriptSource : function foo12(){}<nl>//# sourceURL=end2.js 202 scriptSource : function foo12(){}<nl>//# sourceURL=end2.js
192 } 203 }
193 { 204 {
194 endColumn : 22 205 endColumn : 22
195 endLine : 1 206 endLine : 1
196 executionContextId : <executionContextId> 207 executionContextId : <executionContextId>
197 hasSourceURL : true 208 hasSourceURL : true
198 hash : <hash> 209 hash : <hash>
199 isLiveEdit : false 210 isLiveEdit : false
211 isModule : false
200 scriptId : <scriptId> 212 scriptId : <scriptId>
201 sourceMapURL : 213 sourceMapURL :
202 startColumn : 0 214 startColumn : 0
203 startLine : 0 215 startLine : 0
204 url : end2.js 216 url : end2.js
205 } 217 }
206 scriptParsed 218 scriptParsed
207 { 219 {
208 scriptSource : function foo13(){} 220 scriptSource : function foo13(){}
209 } 221 }
210 { 222 {
211 endColumn : 18 223 endColumn : 18
212 endLine : 0 224 endLine : 0
213 executionContextId : <executionContextId> 225 executionContextId : <executionContextId>
214 hasSourceURL : false 226 hasSourceURL : false
215 hash : <hash> 227 hash : <hash>
216 isLiveEdit : false 228 isLiveEdit : false
229 isModule : false
217 scriptId : <scriptId> 230 scriptId : <scriptId>
218 sourceMapURL : 231 sourceMapURL :
219 startColumn : 0 232 startColumn : 0
220 startLine : 0 233 startLine : 0
221 url : 234 url :
222 } 235 }
223 scriptParsed 236 scriptParsed
224 { 237 {
225 scriptSource : function foo15(){}; eval("function foo14(){}//# sourceURL=eva l.js")//# sourceURL=eval-wrapper.js 238 scriptSource : function foo15(){}; eval("function foo14(){}//# sourceURL=eva l.js")//# sourceURL=eval-wrapper.js
226 } 239 }
227 { 240 {
228 endColumn : 96 241 endColumn : 96
229 endLine : 0 242 endLine : 0
230 executionContextId : <executionContextId> 243 executionContextId : <executionContextId>
231 hasSourceURL : true 244 hasSourceURL : true
232 hash : <hash> 245 hash : <hash>
233 isLiveEdit : false 246 isLiveEdit : false
247 isModule : false
234 scriptId : <scriptId> 248 scriptId : <scriptId>
235 sourceMapURL : 249 sourceMapURL :
236 startColumn : 0 250 startColumn : 0
237 startLine : 0 251 startLine : 0
238 url : eval-wrapper.js 252 url : eval-wrapper.js
239 } 253 }
240 scriptParsed 254 scriptParsed
241 { 255 {
242 scriptSource : function foo14(){}//# sourceURL=eval.js 256 scriptSource : function foo14(){}//# sourceURL=eval.js
243 } 257 }
244 { 258 {
245 endColumn : 39 259 endColumn : 39
246 endLine : 0 260 endLine : 0
247 executionContextId : <executionContextId> 261 executionContextId : <executionContextId>
248 hasSourceURL : true 262 hasSourceURL : true
249 hash : <hash> 263 hash : <hash>
250 isLiveEdit : false 264 isLiveEdit : false
265 isModule : false
251 scriptId : <scriptId> 266 scriptId : <scriptId>
252 sourceMapURL : 267 sourceMapURL :
253 startColumn : 0 268 startColumn : 0
254 startLine : 0 269 startLine : 0
255 url : eval.js 270 url : eval.js
256 } 271 }
257 scriptParsed 272 scriptParsed
258 { 273 {
259 scriptSource : function foo16(){}<nl> 274 scriptSource : function foo16(){}<nl>
260 } 275 }
261 { 276 {
262 endColumn : 0 277 endColumn : 0
263 endLine : 2 278 endLine : 2
264 executionContextId : <executionContextId> 279 executionContextId : <executionContextId>
265 hasSourceURL : false 280 hasSourceURL : false
266 hash : <hash> 281 hash : <hash>
267 isLiveEdit : false 282 isLiveEdit : false
283 isModule : false
268 scriptId : <scriptId> 284 scriptId : <scriptId>
269 sourceMapURL : 285 sourceMapURL :
270 startColumn : 0 286 startColumn : 0
271 startLine : 0 287 startLine : 0
272 url : 288 url :
273 } 289 }
274 scriptParsed 290 scriptParsed
275 { 291 {
276 scriptSource : function foo17(){}<nl><nl> 292 scriptSource : function foo17(){}<nl><nl>
277 } 293 }
278 { 294 {
279 endColumn : 0 295 endColumn : 0
280 endLine : 3 296 endLine : 3
281 executionContextId : <executionContextId> 297 executionContextId : <executionContextId>
282 hasSourceURL : false 298 hasSourceURL : false
283 hash : <hash> 299 hash : <hash>
284 isLiveEdit : false 300 isLiveEdit : false
301 isModule : false
285 scriptId : <scriptId> 302 scriptId : <scriptId>
286 sourceMapURL : 303 sourceMapURL :
287 startColumn : 0 304 startColumn : 0
288 startLine : 0 305 startLine : 0
289 url : 306 url :
290 } 307 }
291 scriptParsed 308 scriptParsed
292 { 309 {
293 scriptSource : function foo18(){}<nl><nl><nl> 310 scriptSource : function foo18(){}<nl><nl><nl>
294 } 311 }
295 { 312 {
296 endColumn : 0 313 endColumn : 0
297 endLine : 4 314 endLine : 4
298 executionContextId : <executionContextId> 315 executionContextId : <executionContextId>
299 hasSourceURL : false 316 hasSourceURL : false
300 hash : <hash> 317 hash : <hash>
301 isLiveEdit : false 318 isLiveEdit : false
319 isModule : false
302 scriptId : <scriptId> 320 scriptId : <scriptId>
303 sourceMapURL : 321 sourceMapURL :
304 startColumn : 0 322 startColumn : 0
305 startLine : 0 323 startLine : 0
306 url : 324 url :
307 } 325 }
308 scriptParsed 326 scriptParsed
309 { 327 {
310 scriptSource : function foo19(){}<nl><nl><nl><nl> 328 scriptSource : function foo19(){}<nl><nl><nl><nl>
311 } 329 }
312 { 330 {
313 endColumn : 0 331 endColumn : 0
314 endLine : 5 332 endLine : 5
315 executionContextId : <executionContextId> 333 executionContextId : <executionContextId>
316 hasSourceURL : false 334 hasSourceURL : false
317 hash : <hash> 335 hash : <hash>
318 isLiveEdit : false 336 isLiveEdit : false
337 isModule : false
319 scriptId : <scriptId> 338 scriptId : <scriptId>
320 sourceMapURL : 339 sourceMapURL :
321 startColumn : 0 340 startColumn : 0
322 startLine : 0 341 startLine : 0
323 url : 342 url :
324 } 343 }
325 scriptParsed 344 scriptParsed
326 { 345 {
327 scriptSource : function foo1(){}//# sourceURL=oneline.js<nl> 346 scriptSource : function foo1(){}//# sourceURL=oneline.js<nl>
328 } 347 }
329 { 348 {
330 endColumn : 0 349 endColumn : 0
331 endLine : 2 350 endLine : 2
332 executionContextId : <executionContextId> 351 executionContextId : <executionContextId>
333 hasSourceURL : true 352 hasSourceURL : true
334 hash : <hash> 353 hash : <hash>
335 isLiveEdit : false 354 isLiveEdit : false
355 isModule : false
336 scriptId : <scriptId> 356 scriptId : <scriptId>
337 sourceMapURL : 357 sourceMapURL :
338 startColumn : 0 358 startColumn : 0
339 startLine : 0 359 startLine : 0
340 url : oneline.js 360 url : oneline.js
341 } 361 }
342 scriptParsed 362 scriptParsed
343 { 363 {
344 scriptSource : function foo2(){}//# sourceURL=oneline-without-nl.js 364 scriptSource : function foo2(){}//# sourceURL=oneline-without-nl.js
345 } 365 }
346 { 366 {
347 endColumn : 52 367 endColumn : 52
348 endLine : 0 368 endLine : 0
349 executionContextId : <executionContextId> 369 executionContextId : <executionContextId>
350 hasSourceURL : true 370 hasSourceURL : true
351 hash : <hash> 371 hash : <hash>
352 isLiveEdit : false 372 isLiveEdit : false
373 isModule : false
353 scriptId : <scriptId> 374 scriptId : <scriptId>
354 sourceMapURL : 375 sourceMapURL :
355 startColumn : 0 376 startColumn : 0
356 startLine : 0 377 startLine : 0
357 url : oneline-without-nl.js 378 url : oneline-without-nl.js
358 } 379 }
359 scriptParsed 380 scriptParsed
360 { 381 {
361 scriptSource : function foo3(){}<nl>//# sourceURL=twoline.js<nl> 382 scriptSource : function foo3(){}<nl>//# sourceURL=twoline.js<nl>
362 } 383 }
363 { 384 {
364 endColumn : 0 385 endColumn : 0
365 endLine : 3 386 endLine : 3
366 executionContextId : <executionContextId> 387 executionContextId : <executionContextId>
367 hasSourceURL : true 388 hasSourceURL : true
368 hash : <hash> 389 hash : <hash>
369 isLiveEdit : false 390 isLiveEdit : false
391 isModule : false
370 scriptId : <scriptId> 392 scriptId : <scriptId>
371 sourceMapURL : 393 sourceMapURL :
372 startColumn : 0 394 startColumn : 0
373 startLine : 0 395 startLine : 0
374 url : twoline.js 396 url : twoline.js
375 } 397 }
376 scriptParsed 398 scriptParsed
377 { 399 {
378 scriptSource : function foo4(){}<nl><nl>//# sourceURL=threeline.js<nl> 400 scriptSource : function foo4(){}<nl><nl>//# sourceURL=threeline.js<nl>
379 } 401 }
380 { 402 {
381 endColumn : 0 403 endColumn : 0
382 endLine : 4 404 endLine : 4
383 executionContextId : <executionContextId> 405 executionContextId : <executionContextId>
384 hasSourceURL : true 406 hasSourceURL : true
385 hash : <hash> 407 hash : <hash>
386 isLiveEdit : false 408 isLiveEdit : false
409 isModule : false
387 scriptId : <scriptId> 410 scriptId : <scriptId>
388 sourceMapURL : 411 sourceMapURL :
389 startColumn : 0 412 startColumn : 0
390 startLine : 0 413 startLine : 0
391 url : threeline.js 414 url : threeline.js
392 } 415 }
393 scriptParsed 416 scriptParsed
394 { 417 {
395 scriptSource : function foo5(){}//# sourceMappingURL=oneline-map<nl> 418 scriptSource : function foo5(){}//# sourceMappingURL=oneline-map<nl>
396 } 419 }
397 { 420 {
398 endColumn : 0 421 endColumn : 0
399 endLine : 2 422 endLine : 2
400 executionContextId : <executionContextId> 423 executionContextId : <executionContextId>
401 hasSourceURL : false 424 hasSourceURL : false
402 hash : <hash> 425 hash : <hash>
403 isLiveEdit : false 426 isLiveEdit : false
427 isModule : false
404 scriptId : <scriptId> 428 scriptId : <scriptId>
405 sourceMapURL : oneline-map 429 sourceMapURL : oneline-map
406 startColumn : 0 430 startColumn : 0
407 startLine : 0 431 startLine : 0
408 url : 432 url :
409 } 433 }
410 scriptParsed 434 scriptParsed
411 { 435 {
412 scriptSource : function foo6(){}//# sourceMappingURL=oneline-without-nl-map 436 scriptSource : function foo6(){}//# sourceMappingURL=oneline-without-nl-map
413 } 437 }
414 { 438 {
415 endColumn : 60 439 endColumn : 60
416 endLine : 0 440 endLine : 0
417 executionContextId : <executionContextId> 441 executionContextId : <executionContextId>
418 hasSourceURL : false 442 hasSourceURL : false
419 hash : <hash> 443 hash : <hash>
420 isLiveEdit : false 444 isLiveEdit : false
445 isModule : false
421 scriptId : <scriptId> 446 scriptId : <scriptId>
422 sourceMapURL : oneline-without-nl-map 447 sourceMapURL : oneline-without-nl-map
423 startColumn : 0 448 startColumn : 0
424 startLine : 0 449 startLine : 0
425 url : 450 url :
426 } 451 }
427 scriptParsed 452 scriptParsed
428 { 453 {
429 scriptSource : function foo7(){}<nl>//# sourceMappingURL=twoline-map<nl> 454 scriptSource : function foo7(){}<nl>//# sourceMappingURL=twoline-map<nl>
430 } 455 }
431 { 456 {
432 endColumn : 0 457 endColumn : 0
433 endLine : 3 458 endLine : 3
434 executionContextId : <executionContextId> 459 executionContextId : <executionContextId>
435 hasSourceURL : false 460 hasSourceURL : false
436 hash : <hash> 461 hash : <hash>
437 isLiveEdit : false 462 isLiveEdit : false
463 isModule : false
438 scriptId : <scriptId> 464 scriptId : <scriptId>
439 sourceMapURL : twoline-map 465 sourceMapURL : twoline-map
440 startColumn : 0 466 startColumn : 0
441 startLine : 0 467 startLine : 0
442 url : 468 url :
443 } 469 }
444 scriptParsed 470 scriptParsed
445 { 471 {
446 scriptSource : function foo8(){}<nl><nl>//# sourceMappingURL=threeline-map<n l> 472 scriptSource : function foo8(){}<nl><nl>//# sourceMappingURL=threeline-map<n l>
447 } 473 }
448 { 474 {
449 endColumn : 0 475 endColumn : 0
450 endLine : 4 476 endLine : 4
451 executionContextId : <executionContextId> 477 executionContextId : <executionContextId>
452 hasSourceURL : false 478 hasSourceURL : false
453 hash : <hash> 479 hash : <hash>
454 isLiveEdit : false 480 isLiveEdit : false
481 isModule : false
455 scriptId : <scriptId> 482 scriptId : <scriptId>
456 sourceMapURL : threeline-map 483 sourceMapURL : threeline-map
457 startColumn : 0 484 startColumn : 0
458 startLine : 0 485 startLine : 0
459 url : 486 url :
460 } 487 }
461 scriptParsed 488 scriptParsed
462 { 489 {
463 scriptSource : function foo9(){}//# sourceMappingURL=source-mapping-url-map< nl>//# sourceURL=source-url.js 490 scriptSource : function foo9(){}//# sourceMappingURL=source-mapping-url-map< nl>//# sourceURL=source-url.js
464 } 491 }
465 { 492 {
466 endColumn : 27 493 endColumn : 27
467 endLine : 1 494 endLine : 1
468 executionContextId : <executionContextId> 495 executionContextId : <executionContextId>
469 hasSourceURL : true 496 hasSourceURL : true
470 hash : <hash> 497 hash : <hash>
471 isLiveEdit : false 498 isLiveEdit : false
499 isModule : false
472 scriptId : <scriptId> 500 scriptId : <scriptId>
473 sourceMapURL : source-mapping-url-map 501 sourceMapURL : source-mapping-url-map
474 startColumn : 0 502 startColumn : 0
475 startLine : 0 503 startLine : 0
476 url : source-url.js 504 url : source-url.js
477 } 505 }
478 scriptParsed 506 scriptParsed
479 { 507 {
480 scriptSource : function foo10(){}//# sourceURL=source-url.js<nl>//# sourceMa ppingURL=source-mapping-url-map 508 scriptSource : function foo10(){}//# sourceURL=source-url.js<nl>//# sourceMa ppingURL=source-mapping-url-map
481 } 509 }
482 { 510 {
483 endColumn : 43 511 endColumn : 43
484 endLine : 1 512 endLine : 1
485 executionContextId : <executionContextId> 513 executionContextId : <executionContextId>
486 hasSourceURL : true 514 hasSourceURL : true
487 hash : <hash> 515 hash : <hash>
488 isLiveEdit : false 516 isLiveEdit : false
517 isModule : false
489 scriptId : <scriptId> 518 scriptId : <scriptId>
490 sourceMapURL : source-mapping-url-map 519 sourceMapURL : source-mapping-url-map
491 startColumn : 0 520 startColumn : 0
492 startLine : 0 521 startLine : 0
493 url : source-url.js 522 url : source-url.js
494 } 523 }
495 scriptParsed 524 scriptParsed
496 { 525 {
497 scriptSource : function foo11(){}<nl>//# sourceURL=end1.js 526 scriptSource : function foo11(){}<nl>//# sourceURL=end1.js
498 } 527 }
499 { 528 {
500 endColumn : 21 529 endColumn : 21
501 endLine : 1 530 endLine : 1
502 executionContextId : <executionContextId> 531 executionContextId : <executionContextId>
503 hasSourceURL : true 532 hasSourceURL : true
504 hash : <hash> 533 hash : <hash>
505 isLiveEdit : false 534 isLiveEdit : false
535 isModule : false
506 scriptId : <scriptId> 536 scriptId : <scriptId>
507 sourceMapURL : 537 sourceMapURL :
508 startColumn : 0 538 startColumn : 0
509 startLine : 0 539 startLine : 0
510 url : end1.js 540 url : end1.js
511 } 541 }
512 scriptParsed 542 scriptParsed
513 { 543 {
514 scriptSource : function foo12(){}<nl>//# sourceURL=end2.js 544 scriptSource : function foo12(){}<nl>//# sourceURL=end2.js
515 } 545 }
516 { 546 {
517 endColumn : 22 547 endColumn : 22
518 endLine : 1 548 endLine : 1
519 executionContextId : <executionContextId> 549 executionContextId : <executionContextId>
520 hasSourceURL : true 550 hasSourceURL : true
521 hash : <hash> 551 hash : <hash>
522 isLiveEdit : false 552 isLiveEdit : false
553 isModule : false
523 scriptId : <scriptId> 554 scriptId : <scriptId>
524 sourceMapURL : 555 sourceMapURL :
525 startColumn : 0 556 startColumn : 0
526 startLine : 0 557 startLine : 0
527 url : end2.js 558 url : end2.js
528 } 559 }
529 scriptParsed 560 scriptParsed
530 { 561 {
531 scriptSource : function foo13(){} 562 scriptSource : function foo13(){}
532 } 563 }
533 { 564 {
534 endColumn : 18 565 endColumn : 18
535 endLine : 0 566 endLine : 0
536 executionContextId : <executionContextId> 567 executionContextId : <executionContextId>
537 hasSourceURL : false 568 hasSourceURL : false
538 hash : <hash> 569 hash : <hash>
539 isLiveEdit : false 570 isLiveEdit : false
571 isModule : false
540 scriptId : <scriptId> 572 scriptId : <scriptId>
541 sourceMapURL : 573 sourceMapURL :
542 startColumn : 0 574 startColumn : 0
543 startLine : 0 575 startLine : 0
544 url : 576 url :
545 } 577 }
546 scriptParsed 578 scriptParsed
547 { 579 {
548 scriptSource : function foo15(){}; eval("function foo14(){}//# sourceURL=eva l.js")//# sourceURL=eval-wrapper.js 580 scriptSource : function foo15(){}; eval("function foo14(){}//# sourceURL=eva l.js")//# sourceURL=eval-wrapper.js
549 } 581 }
550 { 582 {
551 endColumn : 96 583 endColumn : 96
552 endLine : 0 584 endLine : 0
553 executionContextId : <executionContextId> 585 executionContextId : <executionContextId>
554 hasSourceURL : true 586 hasSourceURL : true
555 hash : <hash> 587 hash : <hash>
556 isLiveEdit : false 588 isLiveEdit : false
589 isModule : false
557 scriptId : <scriptId> 590 scriptId : <scriptId>
558 sourceMapURL : 591 sourceMapURL :
559 startColumn : 0 592 startColumn : 0
560 startLine : 0 593 startLine : 0
561 url : eval-wrapper.js 594 url : eval-wrapper.js
562 } 595 }
563 scriptParsed 596 scriptParsed
564 { 597 {
565 scriptSource : function foo14(){}//# sourceURL=eval.js 598 scriptSource : function foo14(){}//# sourceURL=eval.js
566 } 599 }
567 { 600 {
568 endColumn : 39 601 endColumn : 39
569 endLine : 0 602 endLine : 0
570 executionContextId : <executionContextId> 603 executionContextId : <executionContextId>
571 hasSourceURL : true 604 hasSourceURL : true
572 hash : <hash> 605 hash : <hash>
573 isLiveEdit : false 606 isLiveEdit : false
607 isModule : false
574 scriptId : <scriptId> 608 scriptId : <scriptId>
575 sourceMapURL : 609 sourceMapURL :
576 startColumn : 0 610 startColumn : 0
577 startLine : 0 611 startLine : 0
578 url : eval.js 612 url : eval.js
579 } 613 }
580 scriptFailedToParse 614 scriptFailedToParse
581 { 615 {
582 scriptSource : }//# sourceURL=failed.js<nl>//# sourceMappingURL=failed-map 616 scriptSource : }//# sourceURL=failed.js<nl>//# sourceMappingURL=failed-map
583 } 617 }
584 { 618 {
585 endColumn : 31 619 endColumn : 31
586 endLine : 1 620 endLine : 1
587 executionContextId : <executionContextId> 621 executionContextId : <executionContextId>
588 hasSourceURL : true 622 hasSourceURL : true
589 hash : <hash> 623 hash : <hash>
624 isModule : false
590 scriptId : <scriptId> 625 scriptId : <scriptId>
591 sourceMapURL : failed-map 626 sourceMapURL : failed-map
592 startColumn : 0 627 startColumn : 0
593 startLine : 0 628 startLine : 0
594 url : failed.js 629 url : failed.js
595 } 630 }
596 scriptParsed 631 scriptParsed
597 { 632 {
598 scriptSource : function foo16(){}<nl> 633 scriptSource : function foo16(){}<nl>
599 } 634 }
600 { 635 {
601 endColumn : 0 636 endColumn : 0
602 endLine : 2 637 endLine : 2
603 executionContextId : <executionContextId> 638 executionContextId : <executionContextId>
604 hasSourceURL : false 639 hasSourceURL : false
605 hash : <hash> 640 hash : <hash>
606 isLiveEdit : false 641 isLiveEdit : false
642 isModule : false
607 scriptId : <scriptId> 643 scriptId : <scriptId>
608 sourceMapURL : 644 sourceMapURL :
609 startColumn : 0 645 startColumn : 0
610 startLine : 0 646 startLine : 0
611 url : 647 url :
612 } 648 }
613 scriptParsed 649 scriptParsed
614 { 650 {
615 scriptSource : function foo17(){}<nl><nl> 651 scriptSource : function foo17(){}<nl><nl>
616 } 652 }
617 { 653 {
618 endColumn : 0 654 endColumn : 0
619 endLine : 3 655 endLine : 3
620 executionContextId : <executionContextId> 656 executionContextId : <executionContextId>
621 hasSourceURL : false 657 hasSourceURL : false
622 hash : <hash> 658 hash : <hash>
623 isLiveEdit : false 659 isLiveEdit : false
660 isModule : false
624 scriptId : <scriptId> 661 scriptId : <scriptId>
625 sourceMapURL : 662 sourceMapURL :
626 startColumn : 0 663 startColumn : 0
627 startLine : 0 664 startLine : 0
628 url : 665 url :
629 } 666 }
630 scriptParsed 667 scriptParsed
631 { 668 {
632 scriptSource : function foo18(){}<nl><nl><nl> 669 scriptSource : function foo18(){}<nl><nl><nl>
633 } 670 }
634 { 671 {
635 endColumn : 0 672 endColumn : 0
636 endLine : 4 673 endLine : 4
637 executionContextId : <executionContextId> 674 executionContextId : <executionContextId>
638 hasSourceURL : false 675 hasSourceURL : false
639 hash : <hash> 676 hash : <hash>
640 isLiveEdit : false 677 isLiveEdit : false
678 isModule : false
641 scriptId : <scriptId> 679 scriptId : <scriptId>
642 sourceMapURL : 680 sourceMapURL :
643 startColumn : 0 681 startColumn : 0
644 startLine : 0 682 startLine : 0
645 url : 683 url :
646 } 684 }
647 scriptParsed 685 scriptParsed
648 { 686 {
649 scriptSource : function foo19(){}<nl><nl><nl><nl> 687 scriptSource : function foo19(){}<nl><nl><nl><nl>
650 } 688 }
651 { 689 {
652 endColumn : 0 690 endColumn : 0
653 endLine : 5 691 endLine : 5
654 executionContextId : <executionContextId> 692 executionContextId : <executionContextId>
655 hasSourceURL : false 693 hasSourceURL : false
656 hash : <hash> 694 hash : <hash>
657 isLiveEdit : false 695 isLiveEdit : false
696 isModule : false
658 scriptId : <scriptId> 697 scriptId : <scriptId>
659 sourceMapURL : 698 sourceMapURL :
660 startColumn : 0 699 startColumn : 0
661 startLine : 0 700 startLine : 0
662 url : 701 url :
663 } 702 }
664 Remove script references and re-enable debugger. 703 Remove script references and re-enable debugger.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698