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

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

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

Powered by Google App Engine
This is Rietveld 408576698