OLD | NEW |
---|---|
(Empty) | |
1 CONSOLE MESSAGE: line 11: | |
2 CONSOLE MESSAGE: line 12: Symbol() | |
3 CONSOLE MESSAGE: line 11: | |
4 CONSOLE MESSAGE: line 12: Symbol(a) | |
5 Tests that console properly displays information about ES6 features. | |
6 | |
7 Symbol() console-format-es6.html:11 | |
8 [Symbol()]0: Symbol()length: 1__proto__: Array[0] console-format-es6.html:12 | |
9 globals[0] | |
10 Symbol() | |
11 Symbol(a) console-format-es6.html:11 | |
12 [Symbol(a)]0: Symbol(a)length: 1__proto__: Array[0] console-format-es6.html:12 | |
13 globals[1] | |
14 Symbol(a) | |
15 | |
OLD | NEW |