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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-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
OLDNEW
1 CONSOLE MESSAGE: line 11: [object Map Iterator] 1 CONSOLE MESSAGE: line 11: [object Map Iterator]
2 CONSOLE MESSAGE: line 12: [object Map Iterator] 2 CONSOLE MESSAGE: line 12: [object Map Iterator]
3 CONSOLE MESSAGE: line 11: [object Map Iterator] 3 CONSOLE MESSAGE: line 11: [object Map Iterator]
4 CONSOLE MESSAGE: line 12: [object Map Iterator] 4 CONSOLE MESSAGE: line 12: [object Map Iterator]
5 CONSOLE MESSAGE: line 11: [object Map Iterator] 5 CONSOLE MESSAGE: line 11: [object Map Iterator]
6 CONSOLE MESSAGE: line 12: [object Map Iterator] 6 CONSOLE MESSAGE: line 12: [object Map Iterator]
7 CONSOLE MESSAGE: line 11: [object Set Iterator] 7 CONSOLE MESSAGE: line 11: [object Set Iterator]
8 CONSOLE MESSAGE: line 12: [object Set Iterator] 8 CONSOLE MESSAGE: line 12: [object Set Iterator]
9 CONSOLE MESSAGE: line 11: [object Set Iterator] 9 CONSOLE MESSAGE: line 11: [object Set Iterator]
10 CONSOLE MESSAGE: line 12: [object Set Iterator] 10 CONSOLE MESSAGE: line 12: [object Set Iterator]
11 CONSOLE MESSAGE: line 11: [object Set Iterator] 11 CONSOLE MESSAGE: line 11: [object Set Iterator]
12 CONSOLE MESSAGE: line 12: [object Set Iterator] 12 CONSOLE MESSAGE: line 12: [object Set Iterator]
13 CONSOLE MESSAGE: line 11: [object Map Iterator] 13 CONSOLE MESSAGE: line 11: [object Map Iterator]
14 CONSOLE MESSAGE: line 12: [object Map Iterator] 14 CONSOLE MESSAGE: line 12: [object Map Iterator]
15 CONSOLE MESSAGE: line 11: [object Set Iterator] 15 CONSOLE MESSAGE: line 11: [object Set Iterator]
16 CONSOLE MESSAGE: line 12: [object Set Iterator] 16 CONSOLE MESSAGE: line 12: [object Set Iterator]
17 Tests that console properly displays information about ES6 features. 17 Tests that console properly displays information about ES6 features.
18 18
19 console-format-es6-2.html:11 MapIterator {41, Object {foo: 1}} 19 console-format-es6-2.html:11 MapIterator {41, Object {foo: 1}}
20 __proto__: Map Iterator 20 __proto__: Map Iterator
21 [[IteratorHasMore]]: true 21 [[IteratorHasMore]]: true
22 [[IteratorIndex]]: 0 22 [[IteratorIndex]]: 0
23 [[IteratorKind]]: "keys" 23 [[IteratorKind]]: "keys"
24 <entries>[2] 24 [[Entries]]: Array[2]
25 0: 41 25 0: 41
26 1: Object 26 1: Object
27 length: 2
28 __proto__: Array[0]
27 console-format-es6-2.html:12 [MapIterator] 29 console-format-es6-2.html:12 [MapIterator]
28 0: MapIterator 30 0: MapIterator
29 length: 1 31 length: 1
30 __proto__: Array[0] 32 __proto__: Array[0]
31 globals[0] 33 globals[0]
32 MapIterator {41, Object {foo: 1}} 34 MapIterator {41, Object {foo: 1}}
33 __proto__: Map Iterator 35 __proto__: Map Iterator
34 [[IteratorHasMore]]: true 36 [[IteratorHasMore]]: true
35 [[IteratorIndex]]: 0 37 [[IteratorIndex]]: 0
36 [[IteratorKind]]: "keys" 38 [[IteratorKind]]: "keys"
37 <entries>[2] 39 [[Entries]]: Array[2]
38 0: 41 40 0: 41
39 1: Object 41 1: Object
42 length: 2
43 __proto__: Array[0]
40 console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}} 44 console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}}
41 __proto__: Map Iterator 45 __proto__: Map Iterator
42 [[IteratorHasMore]]: true 46 [[IteratorHasMore]]: true
43 [[IteratorIndex]]: 0 47 [[IteratorIndex]]: 0
44 [[IteratorKind]]: "values" 48 [[IteratorKind]]: "values"
45 <entries>[2] 49 [[Entries]]: Array[2]
46 0: 42 50 0: 42
47 1: Object 51 1: Object
52 length: 2
53 __proto__: Array[0]
48 console-format-es6-2.html:12 [MapIterator] 54 console-format-es6-2.html:12 [MapIterator]
49 0: MapIterator 55 0: MapIterator
50 length: 1 56 length: 1
51 __proto__: Array[0] 57 __proto__: Array[0]
52 globals[1] 58 globals[1]
53 MapIterator {42, Object {foo: 2}} 59 MapIterator {42, Object {foo: 2}}
54 __proto__: Map Iterator 60 __proto__: Map Iterator
55 [[IteratorHasMore]]: true 61 [[IteratorHasMore]]: true
56 [[IteratorIndex]]: 0 62 [[IteratorIndex]]: 0
57 [[IteratorKind]]: "values" 63 [[IteratorKind]]: "values"
58 <entries>[2] 64 [[Entries]]: Array[2]
59 0: 42 65 0: 42
60 1: Object 66 1: Object
67 length: 2
68 __proto__: Array[0]
61 console-format-es6-2.html:11 MapIterator {[41, 42], [Object, Object]} 69 console-format-es6-2.html:11 MapIterator {[41, 42], [Object, Object]}
62 __proto__: Map Iterator 70 __proto__: Map Iterator
63 [[IteratorHasMore]]: true 71 [[IteratorHasMore]]: true
64 [[IteratorIndex]]: 0 72 [[IteratorIndex]]: 0
65 [[IteratorKind]]: "entries" 73 [[IteratorKind]]: "entries"
66 <entries>[2] 74 [[Entries]]: Array[2]
67 0: Array[2] 75 0: Array[2]
68 1: Array[2] 76 1: Array[2]
77 length: 2
78 __proto__: Array[0]
69 console-format-es6-2.html:12 [MapIterator] 79 console-format-es6-2.html:12 [MapIterator]
70 0: MapIterator 80 0: MapIterator
71 length: 1 81 length: 1
72 __proto__: Array[0] 82 __proto__: Array[0]
73 globals[2] 83 globals[2]
74 MapIterator {[41, 42], [Object, Object]} 84 MapIterator {[41, 42], [Object, Object]}
75 __proto__: Map Iterator 85 __proto__: Map Iterator
76 [[IteratorHasMore]]: true 86 [[IteratorHasMore]]: true
77 [[IteratorIndex]]: 0 87 [[IteratorIndex]]: 0
78 [[IteratorKind]]: "entries" 88 [[IteratorKind]]: "entries"
79 <entries>[2] 89 [[Entries]]: Array[2]
80 0: Array[2] 90 0: Array[2]
81 1: Array[2] 91 1: Array[2]
92 length: 2
93 __proto__: Array[0]
82 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}} 94 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
83 __proto__: Set Iterator 95 __proto__: Set Iterator
84 [[IteratorHasMore]]: true 96 [[IteratorHasMore]]: true
85 [[IteratorIndex]]: 0 97 [[IteratorIndex]]: 0
86 [[IteratorKind]]: "values" 98 [[IteratorKind]]: "values"
87 <entries>[2] 99 [[Entries]]: Array[2]
88 0: 41 100 0: 41
89 1: Object 101 1: Object
102 length: 2
103 __proto__: Array[0]
90 console-format-es6-2.html:12 [SetIterator] 104 console-format-es6-2.html:12 [SetIterator]
91 0: SetIterator 105 0: SetIterator
92 length: 1 106 length: 1
93 __proto__: Array[0] 107 __proto__: Array[0]
94 globals[3] 108 globals[3]
95 SetIterator {41, Object {foo: 1}} 109 SetIterator {41, Object {foo: 1}}
96 __proto__: Set Iterator 110 __proto__: Set Iterator
97 [[IteratorHasMore]]: true 111 [[IteratorHasMore]]: true
98 [[IteratorIndex]]: 0 112 [[IteratorIndex]]: 0
99 [[IteratorKind]]: "values" 113 [[IteratorKind]]: "values"
100 <entries>[2] 114 [[Entries]]: Array[2]
101 0: 41 115 0: 41
102 1: Object 116 1: Object
117 length: 2
118 __proto__: Array[0]
103 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}} 119 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
104 __proto__: Set Iterator 120 __proto__: Set Iterator
105 [[IteratorHasMore]]: true 121 [[IteratorHasMore]]: true
106 [[IteratorIndex]]: 0 122 [[IteratorIndex]]: 0
107 [[IteratorKind]]: "values" 123 [[IteratorKind]]: "values"
108 <entries>[2] 124 [[Entries]]: Array[2]
109 0: 41 125 0: 41
110 1: Object 126 1: Object
127 length: 2
128 __proto__: Array[0]
111 console-format-es6-2.html:12 [SetIterator] 129 console-format-es6-2.html:12 [SetIterator]
112 0: SetIterator 130 0: SetIterator
113 length: 1 131 length: 1
114 __proto__: Array[0] 132 __proto__: Array[0]
115 globals[4] 133 globals[4]
116 SetIterator {41, Object {foo: 1}} 134 SetIterator {41, Object {foo: 1}}
117 __proto__: Set Iterator 135 __proto__: Set Iterator
118 [[IteratorHasMore]]: true 136 [[IteratorHasMore]]: true
119 [[IteratorIndex]]: 0 137 [[IteratorIndex]]: 0
120 [[IteratorKind]]: "values" 138 [[IteratorKind]]: "values"
121 <entries>[2] 139 [[Entries]]: Array[2]
122 0: 41 140 0: 41
123 1: Object 141 1: Object
142 length: 2
143 __proto__: Array[0]
124 console-format-es6-2.html:11 SetIterator {[41, 41], [Object, Object]} 144 console-format-es6-2.html:11 SetIterator {[41, 41], [Object, Object]}
125 __proto__: Set Iterator 145 __proto__: Set Iterator
126 [[IteratorHasMore]]: true 146 [[IteratorHasMore]]: true
127 [[IteratorIndex]]: 0 147 [[IteratorIndex]]: 0
128 [[IteratorKind]]: "entries" 148 [[IteratorKind]]: "entries"
129 <entries>[2] 149 [[Entries]]: Array[2]
130 0: Array[2] 150 0: Array[2]
131 1: Array[2] 151 1: Array[2]
152 length: 2
153 __proto__: Array[0]
132 console-format-es6-2.html:12 [SetIterator] 154 console-format-es6-2.html:12 [SetIterator]
133 0: SetIterator 155 0: SetIterator
134 length: 1 156 length: 1
135 __proto__: Array[0] 157 __proto__: Array[0]
136 globals[5] 158 globals[5]
137 SetIterator {[41, 41], [Object, Object]} 159 SetIterator {[41, 41], [Object, Object]}
138 __proto__: Set Iterator 160 __proto__: Set Iterator
139 [[IteratorHasMore]]: true 161 [[IteratorHasMore]]: true
140 [[IteratorIndex]]: 0 162 [[IteratorIndex]]: 0
141 [[IteratorKind]]: "entries" 163 [[IteratorKind]]: "entries"
142 <entries>[2] 164 [[Entries]]: Array[2]
143 0: Array[2] 165 0: Array[2]
144 1: Array[2] 166 1: Array[2]
167 length: 2
168 __proto__: Array[0]
145 console-format-es6-2.html:11 MapIterator {Object {foo: 2}} 169 console-format-es6-2.html:11 MapIterator {Object {foo: 2}}
146 __proto__: Map Iterator 170 __proto__: Map Iterator
147 [[IteratorHasMore]]: true 171 [[IteratorHasMore]]: true
148 [[IteratorIndex]]: 1 172 [[IteratorIndex]]: 1
149 [[IteratorKind]]: "values" 173 [[IteratorKind]]: "values"
150 <entries>[1] 174 [[Entries]]: Array[1]
151 0: Object 175 0: Object
176 length: 1
177 __proto__: Array[0]
152 console-format-es6-2.html:12 [MapIterator] 178 console-format-es6-2.html:12 [MapIterator]
153 0: MapIterator 179 0: MapIterator
154 length: 1 180 length: 1
155 __proto__: Array[0] 181 __proto__: Array[0]
156 globals[6] 182 globals[6]
157 MapIterator {Object {foo: 2}} 183 MapIterator {Object {foo: 2}}
158 __proto__: Map Iterator 184 __proto__: Map Iterator
159 [[IteratorHasMore]]: true 185 [[IteratorHasMore]]: true
160 [[IteratorIndex]]: 1 186 [[IteratorIndex]]: 1
161 [[IteratorKind]]: "values" 187 [[IteratorKind]]: "values"
162 <entries>[1] 188 [[Entries]]: Array[1]
163 0: Object 189 0: Object
190 length: 1
191 __proto__: Array[0]
164 console-format-es6-2.html:11 SetIterator {Object {foo: 1}} 192 console-format-es6-2.html:11 SetIterator {Object {foo: 1}}
165 __proto__: Set Iterator 193 __proto__: Set Iterator
166 [[IteratorHasMore]]: true 194 [[IteratorHasMore]]: true
167 [[IteratorIndex]]: 1 195 [[IteratorIndex]]: 1
168 [[IteratorKind]]: "values" 196 [[IteratorKind]]: "values"
169 <entries>[1] 197 [[Entries]]: Array[1]
170 0: Object 198 0: Object
199 length: 1
200 __proto__: Array[0]
171 console-format-es6-2.html:12 [SetIterator] 201 console-format-es6-2.html:12 [SetIterator]
172 0: SetIterator 202 0: SetIterator
173 length: 1 203 length: 1
174 __proto__: Array[0] 204 __proto__: Array[0]
175 globals[7] 205 globals[7]
176 SetIterator {Object {foo: 1}} 206 SetIterator {Object {foo: 1}}
177 __proto__: Set Iterator 207 __proto__: Set Iterator
178 [[IteratorHasMore]]: true 208 [[IteratorHasMore]]: true
179 [[IteratorIndex]]: 1 209 [[IteratorIndex]]: 1
180 [[IteratorKind]]: "values" 210 [[IteratorKind]]: "values"
181 <entries>[1] 211 [[Entries]]: Array[1]
182 0: Object 212 0: Object
213 length: 1
214 __proto__: Array[0]
183 215
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698