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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt

Issue 2866363003: DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: removed the test Created 3 years, 7 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 CONSOLE MESSAGE: line 27: test,test2,,,test4,,,,, 1 CONSOLE MESSAGE: line 27: test,test2,,,test4,,,,,
2 CONSOLE MESSAGE: line 28: %o 2 CONSOLE MESSAGE: line 28: %o
3 CONSOLE MESSAGE: line 29: %O 3 CONSOLE MESSAGE: line 29: %O
4 CONSOLE MESSAGE: line 30: Test for zero "%f" in formatter 4 CONSOLE MESSAGE: line 30: Test for zero "%f" in formatter
5 CONSOLE MESSAGE: line 31: %% self-escape1 5 CONSOLE MESSAGE: line 31: %% self-escape1
6 CONSOLE MESSAGE: line 32: %%s self-escape2 6 CONSOLE MESSAGE: line 32: %%s self-escape2
7 CONSOLE MESSAGE: line 33: %%ss self-escape3 7 CONSOLE MESSAGE: line 33: %%ss self-escape3
8 CONSOLE MESSAGE: line 34: %%s%s%%s self-escape4 8 CONSOLE MESSAGE: line 34: %%s%s%%s self-escape4
9 CONSOLE MESSAGE: line 35: %%%%% self-escape5 9 CONSOLE MESSAGE: line 35: %%%%% self-escape5
10 CONSOLE MESSAGE: line 36: %%%s self-escape6 10 CONSOLE MESSAGE: line 36: %%%s self-escape6
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 error message 146 error message
147 ] 147 ]
148 globals[6] 148 globals[6]
149 Error: my multiline 149 Error: my multiline
150 error message 150 error message
151 console-format.html:7 151 console-format.html:7
152 <p id="p">Tests that console logging dumps proper messages.</p> 152 <p id="p">Tests that console logging dumps proper messages.</p>
153 console-format.html:8 [p#p] 153 console-format.html:8 [p#p]
154 globals[7] 154 globals[7]
155 <p id="p">Tests that console logging dumps proper messages.</p> 155 <p id="p">Tests that console logging dumps proper messages.</p>
156 console-format.html:7 function () { return 1; } 156 console-format.html:7 ƒ () { return 1; }
157 console-format.html:8 [function] 157 console-format.html:8 [ƒ]
158 globals[8] 158 globals[8]
159 function () { return 1; } 159 ƒ () { return 1; }
160 console-format.html:7 function () { 160 console-format.html:7 ƒ () {
161 return 2; 161 return 2;
162 } 162 }
163 console-format.html:8 [function] 163 console-format.html:8 [ƒ]
164 globals[9] 164 globals[9]
165 function () { 165 ƒ () {
166 return 2; 166 return 2;
167 } 167 }
168 console-format.html:7 0.12 168 console-format.html:7 0.12
169 console-format.html:8 [0.12] 169 console-format.html:8 [0.12]
170 globals[10] 170 globals[10]
171 0.12 171 0.12
172 console-format.html:7 http://webkit.org/ 172 console-format.html:7 http://webkit.org/
173 console-format.html:8 ["http://webkit.org/"] 173 console-format.html:8 ["http://webkit.org/"]
174 globals[11] 174 globals[11]
175 "http://webkit.org/" 175 "http://webkit.org/"
(...skipping 14 matching lines...) Expand all
190 attr="value" 190 attr="value"
191 console-format.html:8 [attr] 191 console-format.html:8 [attr]
192 globals[15] 192 globals[15]
193 attr="value" 193 attr="value"
194 console-format.html:7 194 console-format.html:7
195 id="x" 195 id="x"
196 console-format.html:8 [id] 196 console-format.html:8 [id]
197 globals[16] 197 globals[16]
198 id="x" 198 id="x"
199 console-format.html:7 Object {} 199 console-format.html:7 Object {}
200 console-format.html:8 [Object] 200 console-format.html:8 [{…}]
201 globals[17] 201 globals[17]
202 Object {} 202 Object {}
203 console-format.html:7 NaN 203 console-format.html:7 NaN
204 console-format.html:8 [NaN] 204 console-format.html:8 [NaN]
205 globals[18] 205 globals[18]
206 NaN 206 NaN
207 console-format.html:7 Infinity 207 console-format.html:7 Infinity
208 console-format.html:8 [Infinity] 208 console-format.html:8 [Infinity]
209 globals[19] 209 globals[19]
210 Infinity 210 Infinity
211 console-format.html:7 -Infinity 211 console-format.html:7 -Infinity
212 console-format.html:8 [-Infinity] 212 console-format.html:8 [-Infinity]
213 globals[20] 213 globals[20]
214 -Infinity 214 -Infinity
215 console-format.html:7 (10) ["test", "test2", undefined × 2, "test4", undefined × 5, foo: Object] 215 console-format.html:7 (10) ["test", "test2", undefined × 2, "test4", undefined × 5, foo: {…}]
216 console-format.html:8 [Array(10)] 216 console-format.html:8 [Array(10)]
217 globals[21] 217 globals[21]
218 (10) ["test", "test2", undefined × 2, "test4", undefined × 5, foo: Object] 218 (10) ["test", "test2", undefined × 2, "test4", undefined × 5, foo: {…}]
219 console-format.html:7 Object {} 219 console-format.html:7 Object {}
220 console-format.html:8 [Object] 220 console-format.html:8 [{…}]
221 globals[22] 221 globals[22]
222 Object {} 222 Object {}
223 console-format.html:7 [function] 223 console-format.html:7 [ƒ]
224 console-format.html:8 [Array(1)] 224 console-format.html:8 [Array(1)]
225 globals[23] 225 globals[23]
226 [function] 226 ]
227 console-format.html:7 Object {bar: "bar"} 227 console-format.html:7 Object {bar: "bar"}
228 console-format.html:8 [Object] 228 console-format.html:8 [{…}]
229 globals[24] 229 globals[24]
230 Object {bar: "bar"} 230 Object {bar: "bar"}
231 console-format.html:7 231 console-format.html:7
232 <svg id="svg-node"></svg> 232 <svg id="svg-node"></svg>
233 console-format.html:8 [svg#svg-node] 233 console-format.html:8 [svg#svg-node]
234 globals[25] 234 globals[25]
235 <svg id="svg-node"></svg> 235 <svg id="svg-node"></svg>
236 console-format.html:7 Object {enumerableProp: 4, __underscoreEnumerableProp__: 5 , __underscoreNonEnumerableProp: 2, abc: 3, getFoo: function…} 236 console-format.html:7 Object {enumerableProp: 4, __underscoreEnumerableProp__: 5 , __underscoreNonEnumerableProp: 2, abc: 3, getFoo: ƒ…}
237 console-format.html:8 [Object] 237 console-format.html:8 [{…}]
238 globals[26] 238 globals[26]
239 Object {enumerableProp: 4, __underscoreEnumerableProp__: 5, __underscoreNonEnume rableProp: 2, abc: 3, getFoo: function…} 239 Object {enumerableProp: 4, __underscoreEnumerableProp__: 5, __underscoreNonEnume rableProp: 2, abc: 3, getFoo: ƒ…}
240 console-format.html:7 -0 240 console-format.html:7 -0
241 console-format.html:8 [-0] 241 console-format.html:8 [-0]
242 globals[27] 242 globals[27]
243 -0 243 -0
244 console-format.html:7 Object {} 244 console-format.html:7 Object {}
245 console-format.html:8 [Object] 245 console-format.html:8 [{…}]
246 globals[28] 246 globals[28]
247 Object {} 247 Object {}
248 console-format.html:7 function Object() { [native code] } 248 console-format.html:7 ƒ Object() { [native code] }
249 console-format.html:8 [function] 249 console-format.html:8 [ƒ]
250 globals[29] 250 globals[29]
251 function Object() { [native code] } 251 ƒ Object() { [native code] }
252 console-format.html:7 Object {__defineGetter__: function, __defineSetter__: func tion, hasOwnProperty: function, __lookupGetter__: function, __lookupSetter__: fu nction…} 252 console-format.html:7 Object {__defineGetter__: ƒ, __defineSetter__: ƒ, hasOwnPr operty: ƒ, __lookupGetter__: ƒ, __lookupSetter__: ƒ…}
253 console-format.html:8 [Object] 253 console-format.html:8 [{…}]
254 globals[30] 254 globals[30]
255 Object {__defineGetter__: function, __defineSetter__: function, hasOwnProperty: function, __lookupGetter__: function, __lookupSetter__: function…} 255 Object {__defineGetter__: ƒ, __defineSetter__: ƒ, hasOwnProperty: ƒ, __lookupGet ter__: ƒ, __lookupSetter__: ƒ…}
256 console-format.html:7 function ( /**/ foo/**/, /*/**/bar, 256 console-format.html:7 ƒ ( /**/ foo/**/, /*/**/bar,
257 /**/baz) {} 257 /**/baz) {}
258 console-format.html:8 [function] 258 console-format.html:8 [ƒ]
259 globals[31] 259 globals[31]
260 function ( /**/ foo/**/, /*/**/bar, 260 ƒ ( /**/ foo/**/, /*/**/bar,
261 /**/baz) {} 261 /**/baz) {}
262 console-format.html:7 Number {[[PrimitiveValue]]: 42} 262 console-format.html:7 Number {[[PrimitiveValue]]: 42}
263 console-format.html:8 [Number] 263 console-format.html:8 [Number]
264 globals[32] 264 globals[32]
265 Number {[[PrimitiveValue]]: 42} 265 Number {[[PrimitiveValue]]: 42}
266 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValu e]]: "abc"} 266 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValu e]]: "abc"}
267 console-format.html:8 [String] 267 console-format.html:8 [String]
268 globals[33] 268 globals[33]
269 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} 269 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"}
270 console-format.html:7 Uint16Array(3) [1, 2, 3] 270 console-format.html:7 Uint16Array(3) [1, 2, 3]
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 Error: my multiline 389 Error: my multiline
390 error message 390 error message
391 console-format.html:7 391 console-format.html:7
392 <p id="p">Tests that console logging dumps proper messages.</p> 392 <p id="p">Tests that console logging dumps proper messages.</p>
393 console-format.html:8 [p#p] 393 console-format.html:8 [p#p]
394 0: p#p 394 0: p#p
395 length: 1 395 length: 1
396 __proto__: Array(0) 396 __proto__: Array(0)
397 globals[7] 397 globals[7]
398 <p id="p">Tests that console logging dumps proper messages.</p> 398 <p id="p">Tests that console logging dumps proper messages.</p>
399 console-format.html:7 function () { return 1; } 399 console-format.html:7 ƒ () { return 1; }
400 console-format.html:8 [function] 400 console-format.html:8 [ƒ]
401 0: function () 401 0: ƒ ()
402 length: 1 402 length: 1
403 __proto__: Array(0) 403 __proto__: Array(0)
404 globals[8] 404 globals[8]
405 function () { return 1; } 405 ƒ () { return 1; }
406 console-format.html:7 function () { 406 console-format.html:7 ƒ () {
407 return 2; 407 return 2;
408 } 408 }
409 console-format.html:8 [function] 409 console-format.html:8 [ƒ]
410 0: function () 410 0: ƒ ()
411 length: 1 411 length: 1
412 __proto__: Array(0) 412 __proto__: Array(0)
413 globals[9] 413 globals[9]
414 function () { 414 ƒ () {
415 return 2; 415 return 2;
416 } 416 }
417 console-format.html:7 0.12 417 console-format.html:7 0.12
418 console-format.html:8 [0.12] 418 console-format.html:8 [0.12]
419 0: 0.12 419 0: 0.12
420 length: 1 420 length: 1
421 __proto__: Array(0) 421 __proto__: Array(0)
422 globals[10] 422 globals[10]
423 0.12 423 0.12
424 console-format.html:7 http://webkit.org/ 424 console-format.html:7 http://webkit.org/
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 console-format.html:7 461 console-format.html:7
462 id="x" 462 id="x"
463 console-format.html:8 [id] 463 console-format.html:8 [id]
464 0: id 464 0: id
465 length: 1 465 length: 1
466 __proto__: Array(0) 466 __proto__: Array(0)
467 globals[16] 467 globals[16]
468 id="x" 468 id="x"
469 console-format.html:7 Object {} 469 console-format.html:7 Object {}
470 length: (...) 470 length: (...)
471 get length: function length() 471 get length: ƒ length()
472 __proto__: Object 472 __proto__: Object
473 console-format.html:8 [Object] 473 console-format.html:8 [{…}]
474 0: Object 474 0: Object
475 length: 1 475 length: 1
476 __proto__: Array(0) 476 __proto__: Array(0)
477 globals[17] 477 globals[17]
478 Object {} 478 Object {}
479 length: (...) 479 length: (...)
480 get length: function length() 480 get length: ƒ length()
481 __proto__: Object 481 __proto__: Object
482 console-format.html:7 NaN 482 console-format.html:7 NaN
483 console-format.html:8 [NaN] 483 console-format.html:8 [NaN]
484 0: NaN 484 0: NaN
485 length: 1 485 length: 1
486 __proto__: Array(0) 486 __proto__: Array(0)
487 globals[18] 487 globals[18]
488 NaN 488 NaN
489 console-format.html:7 Infinity 489 console-format.html:7 Infinity
490 console-format.html:8 [Infinity] 490 console-format.html:8 [Infinity]
491 0: Infinity 491 0: Infinity
492 length: 1 492 length: 1
493 __proto__: Array(0) 493 __proto__: Array(0)
494 globals[19] 494 globals[19]
495 Infinity 495 Infinity
496 console-format.html:7 -Infinity 496 console-format.html:7 -Infinity
497 console-format.html:8 [-Infinity] 497 console-format.html:8 [-Infinity]
498 0: -Infinity 498 0: -Infinity
499 length: 1 499 length: 1
500 __proto__: Array(0) 500 __proto__: Array(0)
501 globals[20] 501 globals[20]
502 -Infinity 502 -Infinity
503 console-format.html:7 (10) ["test", "test2", undefined × 2, "test4", undefined × 5, foo: Object] 503 console-format.html:7 (10) ["test", "test2", undefined × 2, "test4", undefined × 5, foo: {…}]
504 0: "test" 504 0: "test"
505 1: "test2" 505 1: "test2"
506 4: "test4" 506 4: "test4"
507 foo: Object 507 foo: Object
508 length: 10 508 length: 10
509 __proto__: Array(0) 509 __proto__: Array(0)
510 console-format.html:8 [Array(10)] 510 console-format.html:8 [Array(10)]
511 0: Array(10) 511 0: Array(10)
512 length: 1 512 length: 1
513 __proto__: Array(0) 513 __proto__: Array(0)
514 globals[21] 514 globals[21]
515 (10) ["test", "test2", undefined × 2, "test4", undefined × 5, foo: Object] 515 (10) ["test", "test2", undefined × 2, "test4", undefined × 5, foo: {…}]
516 0: "test" 516 0: "test"
517 1: "test2" 517 1: "test2"
518 4: "test4" 518 4: "test4"
519 foo: Object 519 foo: Object
520 length: 10 520 length: 10
521 __proto__: Array(0) 521 __proto__: Array(0)
522 console-format.html:7 Object {} 522 console-format.html:7 Object {}
523 __proto__: Object 523 __proto__: Object
524 console-format.html:8 [Object] 524 console-format.html:8 [{…}]
525 0: Object 525 0: Object
526 length: 1 526 length: 1
527 __proto__: Array(0) 527 __proto__: Array(0)
528 globals[22] 528 globals[22]
529 Object {} 529 Object {}
530 __proto__: Object 530 __proto__: Object
531 console-format.html:7 [function] 531 console-format.html:7 [ƒ]
532 0: function () 532 0: ƒ ()
533 length: 1 533 length: 1
534 __proto__: Array(0) 534 __proto__: Array(0)
535 console-format.html:8 [Array(1)] 535 console-format.html:8 [Array(1)]
536 0: Array(1) 536 0: Array(1)
537 length: 1 537 length: 1
538 __proto__: Array(0) 538 __proto__: Array(0)
539 globals[23] 539 globals[23]
540 [function] 540 ]
541 0: function () 541 0: ƒ ()
542 length: 1 542 length: 1
543 __proto__: Array(0) 543 __proto__: Array(0)
544 console-format.html:7 Object {bar: "bar"} 544 console-format.html:7 Object {bar: "bar"}
545 bar: "bar" 545 bar: "bar"
546 __proto__: Object 546 __proto__: Object
547 console-format.html:8 [Object] 547 console-format.html:8 [{…}]
548 0: Object 548 0: Object
549 length: 1 549 length: 1
550 __proto__: Array(0) 550 __proto__: Array(0)
551 globals[24] 551 globals[24]
552 Object {bar: "bar"} 552 Object {bar: "bar"}
553 bar: "bar" 553 bar: "bar"
554 __proto__: Object 554 __proto__: Object
555 console-format.html:7 555 console-format.html:7
556 <svg id="svg-node"></svg> 556 <svg id="svg-node"></svg>
557 console-format.html:8 [svg#svg-node] 557 console-format.html:8 [svg#svg-node]
558 0: svg#svg-node 558 0: svg#svg-node
559 length: 1 559 length: 1
560 __proto__: Array(0) 560 __proto__: Array(0)
561 globals[25] 561 globals[25]
562 <svg id="svg-node"></svg> 562 <svg id="svg-node"></svg>
563 console-format.html:7 Object {enumerableProp: 4, __underscoreEnumerableProp__: 5 , __underscoreNonEnumerableProp: 2, abc: 3, getFoo: function…} 563 console-format.html:7 Object {enumerableProp: 4, __underscoreEnumerableProp__: 5 , __underscoreNonEnumerableProp: 2, abc: 3, getFoo: ƒ…}
564 enumerableProp: 4 564 enumerableProp: 4
565 __underscoreEnumerableProp__: 5 565 __underscoreEnumerableProp__: 5
566 abc: 3 566 abc: 3
567 bar: (...) 567 bar: (...)
568 getFoo: function () 568 getFoo: ƒ ()
569 __underscoreNonEnumerableProp: 2 569 __underscoreNonEnumerableProp: 2
570 get bar: function () 570 get bar: ƒ ()
571 set bar: function (x) 571 set bar: ƒ (x)
572 __proto__: Object 572 __proto__: Object
573 console-format.html:8 [Object] 573 console-format.html:8 [{…}]
574 0: Object 574 0: Object
575 length: 1 575 length: 1
576 __proto__: Array(0) 576 __proto__: Array(0)
577 globals[26] 577 globals[26]
578 Object {enumerableProp: 4, __underscoreEnumerableProp__: 5, __underscoreNonEnume rableProp: 2, abc: 3, getFoo: function…} 578 Object {enumerableProp: 4, __underscoreEnumerableProp__: 5, __underscoreNonEnume rableProp: 2, abc: 3, getFoo: ƒ…}
579 enumerableProp: 4 579 enumerableProp: 4
580 __underscoreEnumerableProp__: 5 580 __underscoreEnumerableProp__: 5
581 abc: 3 581 abc: 3
582 bar: (...) 582 bar: (...)
583 getFoo: function () 583 getFoo: ƒ ()
584 __underscoreNonEnumerableProp: 2 584 __underscoreNonEnumerableProp: 2
585 get bar: function () 585 get bar: ƒ ()
586 set bar: function (x) 586 set bar: ƒ (x)
587 __proto__: Object 587 __proto__: Object
588 console-format.html:7 -0 588 console-format.html:7 -0
589 console-format.html:8 [-0] 589 console-format.html:8 [-0]
590 0: -0 590 0: -0
591 length: 1 591 length: 1
592 __proto__: Array(0) 592 __proto__: Array(0)
593 globals[27] 593 globals[27]
594 -0 594 -0
595 console-format.html:7 Object {} 595 console-format.html:7 Object {}
596 No Properties 596 No Properties
597 console-format.html:8 [Object] 597 console-format.html:8 [{…}]
598 0: Object 598 0: Object
599 length: 1 599 length: 1
600 __proto__: Array(0) 600 __proto__: Array(0)
601 globals[28] 601 globals[28]
602 Object {} 602 Object {}
603 No Properties 603 No Properties
604 console-format.html:7 function Object() { [native code] } 604 console-format.html:7 ƒ Object() { [native code] }
605 console-format.html:8 [function] 605 console-format.html:8 [ƒ]
606 0: function Object() 606 0: ƒ Object()
607 length: 1 607 length: 1
608 __proto__: Array(0) 608 __proto__: Array(0)
609 globals[29] 609 globals[29]
610 function Object() { [native code] } 610 ƒ Object() { [native code] }
611 console-format.html:7 Object {__defineGetter__: function, __defineSetter__: func tion, hasOwnProperty: function, __lookupGetter__: function, __lookupSetter__: fu nction…} 611 console-format.html:7 Object {__defineGetter__: ƒ, __defineSetter__: ƒ, hasOwnPr operty: ƒ, __lookupGetter__: ƒ, __lookupSetter__: ƒ…}
612 constructor: function Object() 612 constructor: ƒ Object()
613 hasOwnProperty: function hasOwnProperty() 613 hasOwnProperty: ƒ hasOwnProperty()
614 isPrototypeOf: function isPrototypeOf() 614 isPrototypeOf: ƒ isPrototypeOf()
615 propertyIsEnumerable: function propertyIsEnumerable() 615 propertyIsEnumerable: ƒ propertyIsEnumerable()
616 toLocaleString: function toLocaleString() 616 toLocaleString: ƒ toLocaleString()
617 toString: function toString() 617 toString: ƒ toString()
618 valueOf: function valueOf() 618 valueOf: ƒ valueOf()
619 __defineGetter__: function __defineGetter__() 619 __defineGetter__: ƒ __defineGetter__()
620 __defineSetter__: function __defineSetter__() 620 __defineSetter__: ƒ __defineSetter__()
621 __lookupGetter__: function __lookupGetter__() 621 __lookupGetter__: ƒ __lookupGetter__()
622 __lookupSetter__: function __lookupSetter__() 622 __lookupSetter__: ƒ __lookupSetter__()
623 get __proto__: function __proto__() 623 get __proto__: ƒ __proto__()
624 set __proto__: function __proto__() 624 set __proto__: ƒ __proto__()
625 console-format.html:8 [Object] 625 console-format.html:8 [{…}]
626 0: Object 626 0: Object
627 length: 1 627 length: 1
628 __proto__: Array(0) 628 __proto__: Array(0)
629 globals[30] 629 globals[30]
630 Object {__defineGetter__: function, __defineSetter__: function, hasOwnProperty: function, __lookupGetter__: function, __lookupSetter__: function…} 630 Object {__defineGetter__: ƒ, __defineSetter__: ƒ, hasOwnProperty: ƒ, __lookupGet ter__: ƒ, __lookupSetter__: ƒ…}
631 constructor: function Object() 631 constructor: ƒ Object()
632 hasOwnProperty: function hasOwnProperty() 632 hasOwnProperty: ƒ hasOwnProperty()
633 isPrototypeOf: function isPrototypeOf() 633 isPrototypeOf: ƒ isPrototypeOf()
634 propertyIsEnumerable: function propertyIsEnumerable() 634 propertyIsEnumerable: ƒ propertyIsEnumerable()
635 toLocaleString: function toLocaleString() 635 toLocaleString: ƒ toLocaleString()
636 toString: function toString() 636 toString: ƒ toString()
637 valueOf: function valueOf() 637 valueOf: ƒ valueOf()
638 __defineGetter__: function __defineGetter__() 638 __defineGetter__: ƒ __defineGetter__()
639 __defineSetter__: function __defineSetter__() 639 __defineSetter__: ƒ __defineSetter__()
640 __lookupGetter__: function __lookupGetter__() 640 __lookupGetter__: ƒ __lookupGetter__()
641 __lookupSetter__: function __lookupSetter__() 641 __lookupSetter__: ƒ __lookupSetter__()
642 get __proto__: function __proto__() 642 get __proto__: ƒ __proto__()
643 set __proto__: function __proto__() 643 set __proto__: ƒ __proto__()
644 console-format.html:7 function ( /**/ foo/**/, /*/**/bar, 644 console-format.html:7 ƒ ( /**/ foo/**/, /*/**/bar,
645 /**/baz) {} 645 /**/baz) {}
646 console-format.html:8 [function] 646 console-format.html:8 [ƒ]
647 0: function ( /**/ foo/**/, /*/**/bar, /**/baz) 647 0: ƒ ( /**/ foo/**/, /*/**/bar, /**/baz)
648 length: 1 648 length: 1
649 __proto__: Array(0) 649 __proto__: Array(0)
650 globals[31] 650 globals[31]
651 function ( /**/ foo/**/, /*/**/bar, 651 ƒ ( /**/ foo/**/, /*/**/bar,
652 /**/baz) {} 652 /**/baz) {}
653 console-format.html:7 Number {[[PrimitiveValue]]: 42} 653 console-format.html:7 Number {[[PrimitiveValue]]: 42}
654 __proto__: Number 654 __proto__: Number
655 [[PrimitiveValue]]: 42 655 [[PrimitiveValue]]: 42
656 console-format.html:8 [Number] 656 console-format.html:8 [Number]
657 0: Number 657 0: Number
658 length: 1 658 length: 1
659 __proto__: Array(0) 659 __proto__: Array(0)
660 globals[32] 660 globals[32]
661 Number {[[PrimitiveValue]]: 42} 661 Number {[[PrimitiveValue]]: 42}
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 console-format.html:8 [Array(1)] 807 console-format.html:8 [Array(1)]
808 0: Array(1) 808 0: Array(1)
809 length: 1 809 length: 1
810 __proto__: Array(0) 810 __proto__: Array(0)
811 globals[42] 811 globals[42]
812 ["test"] 812 ["test"]
813 0: "test" 813 0: "test"
814 length: 1 814 length: 1
815 __proto__: Array(0) 815 __proto__: Array(0)
816 816
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698