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