| 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] |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 [[IteratorHasMore]]: true | 104 [[IteratorHasMore]]: true |
| 105 [[IteratorIndex]]: 0 | 105 [[IteratorIndex]]: 0 |
| 106 [[IteratorKind]]: "entries" | 106 [[IteratorKind]]: "entries" |
| 107 [[Entries]]: Array(1) | 107 [[Entries]]: Array(1) |
| 108 0: Object | 108 0: Object |
| 109 length: 1 | 109 length: 1 |
| 110 console-dir-es6.html:85 Array(27) | 110 console-dir-es6.html:85 Array(27) |
| 111 0: class | 111 0: class |
| 112 1: class classWithWhitespace | 112 1: class classWithWhitespace |
| 113 2: class FooClass | 113 2: class FooClass |
| 114 3: function jump(x) | 114 3: ƒ jump(x) |
| 115 4: class BarClass | 115 4: class BarClass |
| 116 5: class BarClass2 | 116 5: class BarClass2 |
| 117 6: class BarClass3 | 117 6: class BarClass3 |
| 118 7: _ => { return 1 } | 118 7: _ => { return 1 } |
| 119 8: (x) => { return 1 } | 119 8: (x) => { return 1 } |
| 120 9: (x, y, z) => { return 1 } | 120 9: (x, y, z) => { return 1 } |
| 121 10: ({}) => { return 1 } | 121 10: ({}) => { return 1 } |
| 122 11: ([]) => { return 1 } | 122 11: ([]) => { return 1 } |
| 123 12: () => { return "short" } | 123 12: () => { return "short" } |
| 124 13: () => {…} | 124 13: () => {…} |
| 125 14: (...x) => { return 1 } | 125 14: (...x) => { return 1 } |
| 126 15: (x, y, ...z) => { return 1 } | 126 15: (x, y, ...z) => { return 1 } |
| 127 16: function (...x) | 127 16: ƒ (...x) |
| 128 17: function (x, y, ...z) | 128 17: ƒ (x, y, ...z) |
| 129 18: function ({a}) | 129 18: ƒ ({a}) |
| 130 19: function ([a]) | 130 19: ƒ ([a]) |
| 131 20: function ({a, b}) | 131 20: ƒ ({a, b}) |
| 132 21: function (...{a}) | 132 21: ƒ (...{a}) |
| 133 22: function (a = (1), b) | 133 22: ƒ (a = (1), b) |
| 134 23: function (a = {x: (1)}, b) | 134 23: ƒ (a = {x: (1)}, b) |
| 135 24: function (a = (x) => { return 1 }, b) | 135 24: ƒ (a = (x) => { return 1 }, b) |
| 136 25: function ({a: b}) | 136 25: ƒ ({a: b}) |
| 137 26: function (c = ")", {a: b}) | 137 26: ƒ (c = ")", {a: b}) |
| 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: ƒ (a = ") |
| 143 2: function (a = function() | 143 2: ƒ (a = function() |
| 144 3: function (a = class{ constructor() | 144 3: ƒ (a = class{ constructor() |
| 145 length: 4 | 145 length: 4 |
| 146 __proto__: Array(0) | 146 __proto__: Array(0) |
| 147 | 147 |
| OLD | NEW |