| OLD | NEW |
| 1 CONSOLE MESSAGE: line 15: [object Object] | 1 CONSOLE MESSAGE: line 15: [object Object] |
| 2 CONSOLE MESSAGE: line 18: |
| 3 CONSOLE MESSAGE: line 20: function () {} |
| 2 Tests that console logging dumps proper messages. | 4 Tests that console logging dumps proper messages. |
| 3 | 5 |
| 4 Object | 6 Object |
| 5 Symbol(): 2 | 7 Symbol(): 2 |
| 6 Symbol(Symbol.iterator): Symbol(foo) | 8 Symbol(Symbol.iterator): Symbol(foo) |
| 7 Symbol(a): 3 | 9 Symbol(a): 3 |
| 8 Symbol(a): Symbol(Symbol.iterator) | 10 Symbol(a): Symbol(Symbol.iterator) |
| 9 a: 1 | 11 a: 1 |
| 10 __proto__: Object console-dir-es6.html:15 | 12 __proto__: Object console-dir-es6.html:15 |
| 13 Symbol() console-dir-es6.html:18 |
| 14 function () {} |
| 15 arguments: null |
| 16 caller: null |
| 17 length: 0 |
| 18 name: "" |
| 19 prototype: Object |
| 20 __proto__: function Empty() {} |
| 21 <function scope> console-dir-es6.html:20 |
| 11 | 22 |
| OLD | NEW |