| OLD | NEW |
| 1 CONSOLE MESSAGE: line 15: [object Object] | 1 CONSOLE MESSAGE: line 15: [object Object] |
| 2 CONSOLE MESSAGE: line 16: 1, | 2 CONSOLE MESSAGE: line 16: 1, |
| 3 Tests that console logging dumps object values defined by getters and allows to
expand it. | 3 Tests that console logging dumps object values defined by getters and allows to
expand it. |
| 4 | 4 |
| 5 console-log-object-with-getter.html:15 Object {} | 5 console-log-object-with-getter.html:15 Object {} |
| 6 console-log-object-with-getter.html:16 [(...), undefined × 1] | 6 console-log-object-with-getter.html:16 [(...)] |
| 7 console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objec
tget foo: function ()set bar: function (x)__proto__: Object | 7 console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objec
tget foo: function ()set bar: function (x)__proto__: Object |
| 8 console-log-object-with-getter.html:16 Array(2)0: 1length: 2get 0: function ()se
t 1: function (x)__proto__: Array(0) | 8 console-log-object-with-getter.html:16 Array(2)0: 1length: 2get 0: function ()se
t 1: function (x)__proto__: Array(0) |
| 9 | 9 |
| OLD | NEW |