| OLD | NEW |
| 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 CONSOLE MESSAGE: line 85: class{method(){ return 1 }},class classWithWhit
espace { method(){ return 1 } },class FooClass { | 15 CONSOLE MESSAGE: line 85: class{method(){ return 1 }},class classWithWhit
espace { method(){ return 1 } },class FooClass { |
| 16 jump(x) { return 1 } | 16 CONSOLE MESSAGE: line 85: jump(x) { return 1 } |
| 17 badArrow(x = a => 2) { return "loooooooooooooooooooooooooooooooooooooooo
ooooooooooooong" } | 17 CONSOLE MESSAGE: line 85: badArrow(x = a => 2) { return "loooooooooooooo
ooooooooooooooooooooooooooooooooooooooong" } |
| 18 },jump(x) { return 1 },class BarClass extends FooClass{},class BarClass2 ext
ends class base{} {},class BarClass3 extends function base2(a, b) {} {},_ => { r
eturn 1 },(x) => { return 1 },(x, y, z) => { return 1 },({}) => { return 1 },([]
) => { return 1 },() => { return "short" },() => { return "loooooooooooooooooooo
ooooooooooooooooooooooooooooooooong" },(...x) => { return 1 },(x, y, ...z) => {
return 1 },function (...x) { return 1 },function (x, y, ...z) { return 1 },funct
ion ({a}){ return 1 },function ([a]){ return 1 },function ({a, b}){ return 1 },f
unction (...{a}){ return 1 },function (a = (1), b){ return 1 },function (a = {x:
(1)}, b){ return 1 },function (a = (x) => { return 1 }, b){ return 2 },function
({a: b}){ return 1 },function (c = ")", {a: b}){ return 1 } | 18 CONSOLE MESSAGE: line 85: },jump(x) { return 1 },class BarClass extends FooC
lass{},class BarClass2 extends class base{} {},class BarClass3 extends function
base2(a, b) {} {},_ => { return 1 },(x) => { return 1 },(x, y, z) => { return 1
},({}) => { return 1 },([]) => { return 1 },() => { return "short" },() => { ret
urn "looooooooooooooooooooooooooooooooooooooooooooooooooooong" },(...x) => { ret
urn 1 },(x, y, ...z) => { return 1 },function (...x) { return 1 },function (x, y
, ...z) { return 1 },function ({a}){ return 1 },function ([a]){ return 1 },funct
ion ({a, b}){ return 1 },function (...{a}){ return 1 },function (a = (1), b){ re
turn 1 },function (a = {x: (1)}, b){ return 1 },function (a = (x) => { return 1
}, b){ return 2 },function ({a: b}){ return 1 },function (c = ")", {a: b}){ retu
rn 1 } |
| 19 CONSOLE MESSAGE: line 93: badArrow(x = a => 2) { return "loooooooooooooooooooooo
ooooooooooooooooooooooooooooooong" },function (a = ") {", b){ return 1 },functio
n (a = function(){ return 1 }, b){ return 2 },function (a = class{ constructor()
{} }){ return 2 } | 19 CONSOLE MESSAGE: line 93: badArrow(x = a => 2) { return "loooooooooooooooooooooo
ooooooooooooooooooooooooooooooong" },function (a = ") {", b){ return 1 },functio
n (a = function(){ return 1 }, b){ return 2 },function (a = class{ constructor()
{} }){ return 2 } |
| 20 Tests that console logging dumps proper messages. | 20 Tests that console logging dumps proper messages. |
| 21 | 21 |
| 22 console-dir-es6.html:15 Object | 22 console-dir-es6.html:15 Object |
| 23 a: 1 | 23 a: 1 |
| 24 Symbol(): 2 | 24 Symbol(): 2 |
| 25 Symbol(Symbol.iterator): Symbol(foo) | 25 Symbol(Symbol.iterator): Symbol(foo) |
| 26 Symbol(a): 3 | 26 Symbol(a): 3 |
| 27 Symbol(a): Symbol(Symbol.iterator) | 27 Symbol(a): Symbol(Symbol.iterator) |
| 28 __proto__: Object | 28 __proto__: Object |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 length: 27 | 138 length: 27 |
| 139 __proto__: Array(0) | 139 __proto__: Array(0) |
| 140 console-dir-es6.html:93 Array(4) | 140 console-dir-es6.html:93 Array(4) |
| 141 0: badArrow(x = a => {…} | 141 0: badArrow(x = a => {…} |
| 142 1: function (a = ") | 142 1: function (a = ") |
| 143 2: function (a = function() | 143 2: function (a = function() |
| 144 3: function (a = class{ constructor() | 144 3: function (a = class{ constructor() |
| 145 length: 4 | 145 length: 4 |
| 146 __proto__: Array(0) | 146 __proto__: Array(0) |
| 147 | 147 |
| OLD | NEW |