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

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

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

Powered by Google App Engine
This is Rietveld 408576698