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

Side by Side Diff: LayoutTests/inspector/console/console-dir-es6-expected.txt

Issue 694753002: DevTools: Show preview for ES6 MapIterator, SetIterator in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 15: [object Object] 1 CONSOLE MESSAGE: line 15: [object Object]
2 CONSOLE MESSAGE: line 18: Symbol() 2 CONSOLE MESSAGE: line 18: Symbol()
3 CONSOLE MESSAGE: line 22: [object Map] 3 CONSOLE MESSAGE: line 22: [object Map]
4 CONSOLE MESSAGE: line 22: [object WeakMap] 4 CONSOLE MESSAGE: line 22: [object WeakMap]
5 CONSOLE MESSAGE: line 26: [object Set] 5 CONSOLE MESSAGE: line 26: [object Set]
6 CONSOLE MESSAGE: line 26: [object WeakSet] 6 CONSOLE MESSAGE: line 26: [object WeakSet]
7 CONSOLE MESSAGE: line 34: [object Set] 7 CONSOLE MESSAGE: line 34: [object Set]
8 CONSOLE MESSAGE: line 37: [object WeakMap] 8 CONSOLE MESSAGE: line 37: [object WeakMap]
9 CONSOLE MESSAGE: line 45: [object Map Iterator]
10 CONSOLE MESSAGE: line 46: [object Map Iterator]
11 CONSOLE MESSAGE: line 47: [object Map Iterator]
12 CONSOLE MESSAGE: line 45: [object Set Iterator]
13 CONSOLE MESSAGE: line 46: [object Set Iterator]
14 CONSOLE MESSAGE: line 47: [object Set Iterator]
9 Tests that console logging dumps proper messages. 15 Tests that console logging dumps proper messages.
10 16
11 console-dir-es6.html:15 Object 17 console-dir-es6.html:15 Object
12 a: 1 18 a: 1
13 Symbol(): 2 19 Symbol(): 2
14 Symbol(Symbol.iterator): Symbol(foo) 20 Symbol(Symbol.iterator): Symbol(foo)
15 Symbol(a): 3 21 Symbol(a): 3
16 Symbol(a): Symbol(Symbol.iterator) 22 Symbol(a): Symbol(Symbol.iterator)
17 __proto__: Object 23 __proto__: Object
18 console-dir-es6.html:18 Symbol() 24 console-dir-es6.html:18 Symbol()
(...skipping 17 matching lines...) Expand all
36 0: Object 42 0: Object
37 console-dir-es6.html:34 Set 43 console-dir-es6.html:34 Set
38 size: (...) 44 size: (...)
39 __proto__: Set 45 __proto__: Set
40 <entries>[1] 46 <entries>[1]
41 0: Set 47 0: Set
42 console-dir-es6.html:37 WeakMap 48 console-dir-es6.html:37 WeakMap
43 __proto__: WeakMap 49 __proto__: WeakMap
44 <entries>[0] 50 <entries>[0]
45 No Entries 51 No Entries
52 console-dir-es6.html:45 MapIterator
53 __proto__: Object
54 <entries>[1]
55 0: Object
56 console-dir-es6.html:46 MapIterator
57 __proto__: Object
58 <entries>[1]
59 0: Object
60 console-dir-es6.html:47 MapIterator
61 __proto__: Object
62 <entries>[1]
63 0: Array[2]
64 console-dir-es6.html:45 SetIterator
65 __proto__: Object
66 <entries>[1]
67 0: Object
68 console-dir-es6.html:46 SetIterator
69 __proto__: Object
70 <entries>[1]
71 0: Object
72 console-dir-es6.html:47 SetIterator
73 __proto__: Object
74 <entries>[1]
75 0: Array[2]
46 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698