OLD | NEW |
1 CONSOLE MESSAGE: line 11: [object Object] | 1 CONSOLE MESSAGE: line 11: [object Object] |
2 CONSOLE MESSAGE: line 12: [object Object] | 2 CONSOLE MESSAGE: line 12: [object Object] |
3 CONSOLE MESSAGE: line 11: Symbol() | 3 CONSOLE MESSAGE: line 11: Symbol() |
4 CONSOLE MESSAGE: line 12: Symbol() | 4 CONSOLE MESSAGE: line 12: Symbol() |
5 CONSOLE MESSAGE: line 11: Symbol(a) | 5 CONSOLE MESSAGE: line 11: Symbol(a) |
6 CONSOLE MESSAGE: line 12: Symbol(a) | 6 CONSOLE MESSAGE: line 12: Symbol(a) |
7 CONSOLE MESSAGE: line 11: [object Object] | 7 CONSOLE MESSAGE: line 11: [object Object] |
8 CONSOLE MESSAGE: line 12: [object Object] | 8 CONSOLE MESSAGE: line 12: [object Object] |
9 CONSOLE MESSAGE: line 11: [object Map] | 9 CONSOLE MESSAGE: line 11: [object Map] |
10 CONSOLE MESSAGE: line 12: [object Map] | 10 CONSOLE MESSAGE: line 12: [object Map] |
11 CONSOLE MESSAGE: line 11: [object WeakMap] | 11 CONSOLE MESSAGE: line 11: [object WeakMap] |
12 CONSOLE MESSAGE: line 12: [object WeakMap] | 12 CONSOLE MESSAGE: line 12: [object WeakMap] |
13 CONSOLE MESSAGE: line 11: [object Set] | 13 CONSOLE MESSAGE: line 11: [object Set] |
14 CONSOLE MESSAGE: line 12: [object Set] | 14 CONSOLE MESSAGE: line 12: [object Set] |
15 CONSOLE MESSAGE: line 11: [object WeakSet] | 15 CONSOLE MESSAGE: line 11: [object WeakSet] |
16 CONSOLE MESSAGE: line 12: [object WeakSet] | 16 CONSOLE MESSAGE: line 12: [object WeakSet] |
17 CONSOLE MESSAGE: line 11: [object Map] | 17 CONSOLE MESSAGE: line 11: [object Map] |
18 CONSOLE MESSAGE: line 12: [object Map] | 18 CONSOLE MESSAGE: line 12: [object Map] |
19 CONSOLE MESSAGE: line 11: [object Map] | 19 CONSOLE MESSAGE: line 11: [object Map] |
20 CONSOLE MESSAGE: line 12: [object Map] | 20 CONSOLE MESSAGE: line 12: [object Map] |
21 CONSOLE MESSAGE: line 11: [object Set] | 21 CONSOLE MESSAGE: line 11: [object Set] |
22 CONSOLE MESSAGE: line 12: [object Set] | 22 CONSOLE MESSAGE: line 12: [object Set] |
23 CONSOLE MESSAGE: line 11: [object Set] | 23 CONSOLE MESSAGE: line 11: [object Set] |
24 CONSOLE MESSAGE: line 12: [object Set] | 24 CONSOLE MESSAGE: line 12: [object Set] |
25 CONSOLE MESSAGE: line 11: [object Map] | 25 CONSOLE MESSAGE: line 11: [object Map] |
26 CONSOLE MESSAGE: line 12: [object Map] | 26 CONSOLE MESSAGE: line 12: [object Map] |
| 27 CONSOLE MESSAGE: line 11: [object Map Iterator] |
| 28 CONSOLE MESSAGE: line 12: [object Map Iterator] |
| 29 CONSOLE MESSAGE: line 11: [object Map Iterator] |
| 30 CONSOLE MESSAGE: line 12: [object Map Iterator] |
| 31 CONSOLE MESSAGE: line 11: [object Map Iterator] |
| 32 CONSOLE MESSAGE: line 12: [object Map Iterator] |
| 33 CONSOLE MESSAGE: line 11: [object Set Iterator] |
| 34 CONSOLE MESSAGE: line 12: [object Set Iterator] |
| 35 CONSOLE MESSAGE: line 11: [object Set Iterator] |
| 36 CONSOLE MESSAGE: line 12: [object Set Iterator] |
| 37 CONSOLE MESSAGE: line 11: [object Set Iterator] |
| 38 CONSOLE MESSAGE: line 12: [object Set Iterator] |
| 39 CONSOLE MESSAGE: line 11: [object Map Iterator] |
| 40 CONSOLE MESSAGE: line 12: [object Map Iterator] |
| 41 CONSOLE MESSAGE: line 11: [object Set Iterator] |
| 42 CONSOLE MESSAGE: line 12: [object Set Iterator] |
27 Tests that console properly displays information about ES6 features. | 43 Tests that console properly displays information about ES6 features. |
28 | 44 |
29 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu
e]]: -0} | 45 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu
e]]: -0} |
30 console-format-es6.html:12 [Promise] | 46 console-format-es6.html:12 [Promise] |
31 0: Promise | 47 0: Promise |
32 length: 1 | 48 length: 1 |
33 __proto__: Array[0] | 49 __proto__: Array[0] |
34 globals[0] | 50 globals[0] |
35 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0} | 51 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0} |
36 console-format-es6.html:11 Symbol() | 52 console-format-es6.html:11 Symbol() |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 size: (...) | 170 size: (...) |
155 __proto__: Set | 171 __proto__: Set |
156 <entries> | 172 <entries> |
157 console-format-es6.html:11 Map {" from str " => " to str ", undefined => undefin
ed, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}} | 173 console-format-es6.html:11 Map {" from str " => " to str ", undefined => undefin
ed, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}} |
158 console-format-es6.html:12 [Map] | 174 console-format-es6.html:12 [Map] |
159 0: Map | 175 0: Map |
160 length: 1 | 176 length: 1 |
161 __proto__: Array[0] | 177 __proto__: Array[0] |
162 globals[12] | 178 globals[12] |
163 Map {" from str " => " to str ", undefined => undefined, null => null, 42 => 42,
Object {foo: "from"} => Object {foo: "to"}} | 179 Map {" from str " => " to str ", undefined => undefined, null => null, 42 => 42,
Object {foo: "from"} => Object {foo: "to"}} |
| 180 console-format-es6.html:11 MapIterator {41, Object {foo: 1}} |
| 181 console-format-es6.html:12 [MapIterator] |
| 182 0: MapIterator |
| 183 length: 1 |
| 184 __proto__: Array[0] |
| 185 globals[13] |
| 186 MapIterator {41, Object {foo: 1}} |
| 187 console-format-es6.html:11 MapIterator {42, Object {foo: 2}} |
| 188 console-format-es6.html:12 [MapIterator] |
| 189 0: MapIterator |
| 190 length: 1 |
| 191 __proto__: Array[0] |
| 192 globals[14] |
| 193 MapIterator {42, Object {foo: 2}} |
| 194 console-format-es6.html:11 MapIterator {[41, 42], [Object, Object]} |
| 195 __proto__: Object |
| 196 <entries> |
| 197 console-format-es6.html:12 [MapIterator] |
| 198 0: MapIterator |
| 199 length: 1 |
| 200 __proto__: Array[0] |
| 201 globals[15] |
| 202 MapIterator {[41, 42], [Object, Object]} |
| 203 __proto__: Object |
| 204 <entries> |
| 205 console-format-es6.html:11 SetIterator {41, Object {foo: 1}} |
| 206 console-format-es6.html:12 [SetIterator] |
| 207 0: SetIterator |
| 208 length: 1 |
| 209 __proto__: Array[0] |
| 210 globals[16] |
| 211 SetIterator {41, Object {foo: 1}} |
| 212 console-format-es6.html:11 SetIterator {41, Object {foo: 1}} |
| 213 console-format-es6.html:12 [SetIterator] |
| 214 0: SetIterator |
| 215 length: 1 |
| 216 __proto__: Array[0] |
| 217 globals[17] |
| 218 SetIterator {41, Object {foo: 1}} |
| 219 console-format-es6.html:11 SetIterator {[41, 41], [Object, Object]} |
| 220 __proto__: Object |
| 221 <entries> |
| 222 console-format-es6.html:12 [SetIterator] |
| 223 0: SetIterator |
| 224 length: 1 |
| 225 __proto__: Array[0] |
| 226 globals[18] |
| 227 SetIterator {[41, 41], [Object, Object]} |
| 228 __proto__: Object |
| 229 <entries> |
| 230 console-format-es6.html:11 MapIterator {Object {foo: 2}} |
| 231 console-format-es6.html:12 [MapIterator] |
| 232 0: MapIterator |
| 233 length: 1 |
| 234 __proto__: Array[0] |
| 235 globals[19] |
| 236 MapIterator {Object {foo: 2}} |
| 237 console-format-es6.html:11 SetIterator {Object {foo: 1}} |
| 238 console-format-es6.html:12 [SetIterator] |
| 239 0: SetIterator |
| 240 length: 1 |
| 241 __proto__: Array[0] |
| 242 globals[20] |
| 243 SetIterator {Object {foo: 1}} |
164 | 244 |
OLD | NEW |