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

Side by Side Diff: test/inspector/runtime/command-line-api-expected.txt

Issue 2778743007: Revert of [inspector] console get all information from inspector when needed (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « test/inspector/runtime/command-line-api.js ('k') | test/inspector/runtime/console-memory.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Checks command line API.
2
3 Running test: testKeys
4 {
5 id : <messageId>
6 result : {
7 result : {
8 className : Function
9 description : function keys(object) { [Command Line API] }
10 objectId : <objectId>
11 type : function
12 }
13 }
14 }
15 {
16 id : <messageId>
17 result : {
18 result : {
19 type : object
20 value : [
21 [0] : a
22 ]
23 }
24 }
25 }
26 {
27 id : <messageId>
28 result : {
29 result : {
30 type : object
31 value : [
32 [0] : a
33 ]
34 }
35 }
36 }
37
38 Running test: testInspect
39 [object Object]
40 {
41 method : Runtime.inspectRequested
42 params : {
43 hints : {
44 }
45 object : {
46 className : Object
47 description : Object
48 objectId : <objectId>
49 type : object
50 }
51 }
52 }
53 {
54 method : Runtime.inspectRequested
55 params : {
56 hints : {
57 }
58 object : {
59 description : 239
60 type : number
61 value : 239
62 }
63 }
64 }
65 {
66 method : Runtime.inspectRequested
67 params : {
68 hints : {
69 }
70 object : {
71 description : -0
72 type : number
73 unserializableValue : -0
74 }
75 }
76 }
77 {
78 method : Runtime.inspectRequested
79 params : {
80 hints : {
81 copyToClipboard : true
82 }
83 object : {
84 type : string
85 value : hello
86 }
87 }
88 }
89 {
90 id : <messageId>
91 result : {
92 result : {
93 type : undefined
94 }
95 }
96 }
97 {
98 method : Runtime.inspectRequested
99 params : {
100 hints : {
101 }
102 object : {
103 className : Object
104 description : Object
105 objectId : <objectId>
106 type : object
107 }
108 }
109 }
110
111 Running test: testEvaluationResult
112 {
113 id : <messageId>
114 result : {
115 result : {
116 type : undefined
117 }
118 }
119 }
120 {
121 id : <messageId>
122 result : {
123 result : {
124 description : 42
125 type : number
126 value : 42
127 }
128 }
129 }
130 {
131 id : <messageId>
132 result : {
133 result : {
134 description : 42
135 type : number
136 value : 42
137 }
138 }
139 }
140 {
141 id : <messageId>
142 result : {
143 result : {
144 description : -0
145 type : number
146 unserializableValue : -0
147 }
148 }
149 }
150 {
151 id : <messageId>
152 result : {
153 result : {
154 type : object
155 value : {
156 }
157 }
158 }
159 }
160
161 Running test: testDebug
162 {
163 id : <messageId>
164 result : {
165 result : {
166 className : Function
167 description : function debug(function) { [Command Line API] }
168 objectId : <objectId>
169 type : function
170 }
171 }
172 }
173 {
174 id : <messageId>
175 result : {
176 result : {
177 className : Function
178 description : function undebug(function) { [Command Line API] }
179 objectId : <objectId>
180 type : function
181 }
182 }
183 }
184 foo (:0:16)
185 (anonymous) (:0:0)
186 [
187 [0] : <scriptId>:0:12:debug
188 ]
189 foo (:0:16)
190 (anonymous) (:0:0)
191 [
192 [0] : <scriptId>:0:12:debug
193 ]
194
195 Running test: testMonitor
196 {
197 id : <messageId>
198 result : {
199 result : {
200 className : Function
201 description : function monitor(function) { [Command Line API] }
202 objectId : <objectId>
203 type : function
204 }
205 }
206 }
207 {
208 id : <messageId>
209 result : {
210 result : {
211 className : Function
212 description : function unmonitor(function) { [Command Line API] }
213 objectId : <objectId>
214 type : function
215 }
216 }
217 }
218 function foo called
219 after first call
220 store functions..
221 function foo called
222 after first call
223
224 Running test: testProfile
225 {
226 id : <messageId>
227 result : {
228 result : {
229 className : Function
230 description : function profile(title) { [Command Line API] }
231 objectId : <objectId>
232 type : function
233 }
234 }
235 }
236 {
237 id : <messageId>
238 result : {
239 result : {
240 className : Function
241 description : function profileEnd(title) { [Command Line API] }
242 objectId : <objectId>
243 type : function
244 }
245 }
246 }
247 {
248 method : Profiler.consoleProfileStarted
249 params : {
250 id : 1
251 location : {
252 columnNumber : 1
253 lineNumber : 1
254 scriptId : <scriptId>
255 }
256 title : 42
257 }
258 }
259 {
260 method : Profiler.consoleProfileFinished
261 params : {
262 id : 1
263 location : {
264 columnNumber : 1
265 lineNumber : 1
266 scriptId : <scriptId>
267 }
268 profile : <profile>
269 title : 42
270 }
271 }
272 {
273 method : Profiler.consoleProfileStarted
274 params : {
275 id : 2
276 location : {
277 columnNumber : 6
278 lineNumber : 1
279 scriptId : <scriptId>
280 }
281 title : 239
282 }
283 }
284 {
285 method : Profiler.consoleProfileFinished
286 params : {
287 id : 2
288 location : {
289 columnNumber : 6
290 lineNumber : 1
291 scriptId : <scriptId>
292 }
293 profile : <profile>
294 title : 239
295 }
296 }
297
298 Running test: testDir
299 {
300 id : <messageId>
301 result : {
302 result : {
303 className : Function
304 description : function dir(value) { [Command Line API] }
305 objectId : <objectId>
306 type : function
307 }
308 }
309 }
310 {
311 method : Runtime.consoleAPICalled
312 params : {
313 args : [
314 [0] : {
315 className : Object
316 description : Object
317 objectId : <objectId>
318 preview : {
319 description : Object
320 overflow : false
321 properties : [
322 ]
323 type : object
324 }
325 type : object
326 }
327 ]
328 executionContextId : <executionContextId>
329 stackTrace : {
330 callFrames : [
331 [0] : {
332 columnNumber : 0
333 functionName :
334 lineNumber : 0
335 scriptId : <scriptId>
336 url :
337 }
338 ]
339 }
340 timestamp : <timestamp>
341 type : dir
342 }
343 }
344 {
345 method : Runtime.consoleAPICalled
346 params : {
347 args : [
348 [0] : {
349 description : 42
350 type : number
351 value : 42
352 }
353 ]
354 executionContextId : <executionContextId>
355 stackTrace : {
356 callFrames : [
357 [0] : {
358 columnNumber : 0
359 functionName :
360 lineNumber : 0
361 scriptId : <scriptId>
362 url :
363 }
364 ]
365 }
366 timestamp : <timestamp>
367 type : dir
368 }
369 }
370 {
371 method : Runtime.consoleAPICalled
372 params : {
373 args : [
374 [0] : {
375 className : Object
376 description : Object
377 objectId : <objectId>
378 preview : {
379 description : Object
380 overflow : false
381 properties : [
382 ]
383 type : object
384 }
385 type : object
386 }
387 ]
388 executionContextId : <executionContextId>
389 stackTrace : {
390 callFrames : [
391 [0] : {
392 columnNumber : 5
393 functionName :
394 lineNumber : 0
395 scriptId : <scriptId>
396 url :
397 }
398 ]
399 }
400 timestamp : <timestamp>
401 type : dir
402 }
403 }
404
405 Running test: testDirXML
406 {
407 id : <messageId>
408 result : {
409 result : {
410 className : Function
411 description : function dirxml(value) { [Command Line API] }
412 objectId : <objectId>
413 type : function
414 }
415 }
416 }
417 {
418 method : Runtime.consoleAPICalled
419 params : {
420 args : [
421 [0] : {
422 className : Object
423 description : Object
424 objectId : <objectId>
425 preview : {
426 description : Object
427 overflow : false
428 properties : [
429 ]
430 type : object
431 }
432 type : object
433 }
434 ]
435 executionContextId : <executionContextId>
436 stackTrace : {
437 callFrames : [
438 [0] : {
439 columnNumber : 0
440 functionName :
441 lineNumber : 0
442 scriptId : <scriptId>
443 url :
444 }
445 ]
446 }
447 timestamp : <timestamp>
448 type : dirxml
449 }
450 }
451 {
452 method : Runtime.consoleAPICalled
453 params : {
454 args : [
455 [0] : {
456 description : 42
457 type : number
458 value : 42
459 }
460 ]
461 executionContextId : <executionContextId>
462 stackTrace : {
463 callFrames : [
464 [0] : {
465 columnNumber : 0
466 functionName :
467 lineNumber : 0
468 scriptId : <scriptId>
469 url :
470 }
471 ]
472 }
473 timestamp : <timestamp>
474 type : dirxml
475 }
476 }
477
478 Running test: testTable
479 {
480 id : <messageId>
481 result : {
482 result : {
483 className : Function
484 description : function table(data, [columns]) { [Command Line API] }
485 objectId : <objectId>
486 type : function
487 }
488 }
489 }
490 {
491 method : Runtime.consoleAPICalled
492 params : {
493 args : [
494 [0] : {
495 className : Object
496 description : Object
497 objectId : <objectId>
498 preview : {
499 description : Object
500 overflow : false
501 properties : [
502 ]
503 type : object
504 }
505 type : object
506 }
507 ]
508 executionContextId : <executionContextId>
509 stackTrace : {
510 callFrames : [
511 [0] : {
512 columnNumber : 0
513 functionName :
514 lineNumber : 0
515 scriptId : <scriptId>
516 url :
517 }
518 ]
519 }
520 timestamp : <timestamp>
521 type : table
522 }
523 }
524 {
525 method : Runtime.consoleAPICalled
526 params : {
527 args : [
528 [0] : {
529 description : 42
530 type : number
531 value : 42
532 }
533 ]
534 executionContextId : <executionContextId>
535 stackTrace : {
536 callFrames : [
537 [0] : {
538 columnNumber : 0
539 functionName :
540 lineNumber : 0
541 scriptId : <scriptId>
542 url :
543 }
544 ]
545 }
546 timestamp : <timestamp>
547 type : table
548 }
549 }
550
551 Running test: testClear
552 {
553 id : <messageId>
554 result : {
555 result : {
556 className : Function
557 description : function clear() { [Command Line API] }
558 objectId : <objectId>
559 type : function
560 }
561 }
562 }
563 {
564 method : Runtime.consoleAPICalled
565 params : {
566 args : [
567 [0] : {
568 type : string
569 value : console.clear
570 }
571 ]
572 executionContextId : <executionContextId>
573 stackTrace : {
574 callFrames : [
575 [0] : {
576 columnNumber : 0
577 functionName :
578 lineNumber : 0
579 scriptId : <scriptId>
580 url :
581 }
582 ]
583 }
584 timestamp : <timestamp>
585 type : clear
586 }
587 }
588 {
589 method : Runtime.consoleAPICalled
590 params : {
591 args : [
592 [0] : {
593 type : string
594 value : console.clear
595 }
596 ]
597 executionContextId : <executionContextId>
598 stackTrace : {
599 callFrames : [
600 [0] : {
601 columnNumber : 5
602 functionName :
603 lineNumber : 0
604 scriptId : <scriptId>
605 url :
606 }
607 ]
608 }
609 timestamp : <timestamp>
610 type : clear
611 }
612 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/command-line-api.js ('k') | test/inspector/runtime/console-memory.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698