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

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

Issue 2102453003: [DevTools] Move collectionEntries to internalProperties in protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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] 9 CONSOLE MESSAGE: line 45: [object Map Iterator]
10 CONSOLE MESSAGE: line 46: [object Map Iterator] 10 CONSOLE MESSAGE: line 46: [object Map Iterator]
11 CONSOLE MESSAGE: line 47: [object Map Iterator] 11 CONSOLE MESSAGE: line 47: [object Map Iterator]
12 CONSOLE MESSAGE: line 45: [object Set Iterator] 12 CONSOLE MESSAGE: line 45: [object Set Iterator]
13 CONSOLE MESSAGE: line 46: [object Set Iterator] 13 CONSOLE MESSAGE: line 46: [object Set Iterator]
14 CONSOLE MESSAGE: line 47: [object Set Iterator] 14 CONSOLE MESSAGE: line 47: [object Set Iterator]
15 Tests that console logging dumps proper messages. 15 Tests that console logging dumps proper messages.
16 16
17 console-dir-es6.html:15 Object 17 console-dir-es6.html:15 Object
18 a: 1 18 a: 1
19 Symbol(): 2 19 Symbol(): 2
20 Symbol(Symbol.iterator): Symbol(foo) 20 Symbol(Symbol.iterator): Symbol(foo)
21 Symbol(a): 3 21 Symbol(a): 3
22 Symbol(a): Symbol(Symbol.iterator) 22 Symbol(a): Symbol(Symbol.iterator)
23 __proto__: Object 23 __proto__: Object
24 console-dir-es6.html:18 Symbol() 24 console-dir-es6.html:18 Symbol()
25 console-dir-es6.html:22 Map 25 console-dir-es6.html:22 Map
26 size: (...) 26 size: (...)
27 __proto__: Map 27 __proto__: Map
28 <entries>[1] 28 [[Entries]]: Array[1]
29 0: {Object => Object} 29 0: {Object => Object}
30 length: 1
30 console-dir-es6.html:22 WeakMap 31 console-dir-es6.html:22 WeakMap
31 __proto__: WeakMap 32 __proto__: WeakMap
32 <entries>[1] 33 [[Entries]]: Array[1]
33 0: {Object => Object} 34 0: {Object => Object}
35 length: 1
34 console-dir-es6.html:26 Set 36 console-dir-es6.html:26 Set
35 size: (...) 37 size: (...)
36 __proto__: Set 38 __proto__: Set
37 <entries>[1] 39 [[Entries]]: Array[1]
38 0: Object 40 0: Object
41 length: 1
39 console-dir-es6.html:26 WeakSet 42 console-dir-es6.html:26 WeakSet
40 __proto__: WeakSet 43 __proto__: WeakSet
41 <entries>[1] 44 [[Entries]]: Array[1]
42 0: Object 45 0: Object
46 length: 1
43 console-dir-es6.html:34 Set 47 console-dir-es6.html:34 Set
44 size: (...) 48 size: (...)
45 __proto__: Set 49 __proto__: Set
46 <entries>[1] 50 [[Entries]]: Array[1]
47 0: Set 51 0: Set
52 length: 1
48 console-dir-es6.html:37 WeakMap 53 console-dir-es6.html:37 WeakMap
49 __proto__: WeakMap 54 __proto__: WeakMap
50 <entries>[0] 55 [[Entries]]: Array[0]
51 No Entries 56 length: 0
52 console-dir-es6.html:45 MapIterator 57 console-dir-es6.html:45 MapIterator
53 __proto__: Map Iterator 58 __proto__: Map Iterator
54 [[IteratorHasMore]]: true 59 [[IteratorHasMore]]: true
55 [[IteratorIndex]]: 0 60 [[IteratorIndex]]: 0
56 [[IteratorKind]]: "keys" 61 [[IteratorKind]]: "keys"
57 <entries>[1] 62 [[Entries]]: Array[1]
58 0: Object 63 0: Object
64 length: 1
59 console-dir-es6.html:46 MapIterator 65 console-dir-es6.html:46 MapIterator
60 __proto__: Map Iterator 66 __proto__: Map Iterator
61 [[IteratorHasMore]]: true 67 [[IteratorHasMore]]: true
62 [[IteratorIndex]]: 0 68 [[IteratorIndex]]: 0
63 [[IteratorKind]]: "values" 69 [[IteratorKind]]: "values"
64 <entries>[1] 70 [[Entries]]: Array[1]
65 0: Object 71 0: Object
72 length: 1
66 console-dir-es6.html:47 MapIterator 73 console-dir-es6.html:47 MapIterator
67 __proto__: Map Iterator 74 __proto__: Map Iterator
68 [[IteratorHasMore]]: true 75 [[IteratorHasMore]]: true
69 [[IteratorIndex]]: 0 76 [[IteratorIndex]]: 0
70 [[IteratorKind]]: "entries" 77 [[IteratorKind]]: "entries"
71 <entries>[1] 78 [[Entries]]: Array[1]
72 0: Array[2] 79 0: Array[2]
80 length: 1
73 console-dir-es6.html:45 SetIterator 81 console-dir-es6.html:45 SetIterator
74 __proto__: Set Iterator 82 __proto__: Set Iterator
75 [[IteratorHasMore]]: true 83 [[IteratorHasMore]]: true
76 [[IteratorIndex]]: 0 84 [[IteratorIndex]]: 0
77 [[IteratorKind]]: "values" 85 [[IteratorKind]]: "values"
78 <entries>[1] 86 [[Entries]]: Array[1]
79 0: Object 87 0: Object
88 length: 1
80 console-dir-es6.html:46 SetIterator 89 console-dir-es6.html:46 SetIterator
81 __proto__: Set Iterator 90 __proto__: Set Iterator
82 [[IteratorHasMore]]: true 91 [[IteratorHasMore]]: true
83 [[IteratorIndex]]: 0 92 [[IteratorIndex]]: 0
84 [[IteratorKind]]: "values" 93 [[IteratorKind]]: "values"
85 <entries>[1] 94 [[Entries]]: Array[1]
86 0: Object 95 0: Object
96 length: 1
87 console-dir-es6.html:47 SetIterator 97 console-dir-es6.html:47 SetIterator
88 __proto__: Set Iterator 98 __proto__: Set Iterator
89 [[IteratorHasMore]]: true 99 [[IteratorHasMore]]: true
90 [[IteratorIndex]]: 0 100 [[IteratorIndex]]: 0
91 [[IteratorKind]]: "entries" 101 [[IteratorKind]]: "entries"
92 <entries>[1] 102 [[Entries]]: Array[1]
93 0: Array[2] 103 0: Array[2]
104 length: 1
94 105
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698