OLD | NEW |
1 CONSOLE MESSAGE: line 11: [object Object] | 1 CONSOLE MESSAGE: line 15: [object Object] |
| 2 CONSOLE MESSAGE: line 16: 1, |
2 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. |
3 | 4 |
4 console-log-object-with-getter.html:11 Objectfoo: Objecta: 1b: 2__proto__: Objec
tset bar: function (x)get foo: function ()__proto__: Object | 5 console-log-object-with-getter.html:15 Object {} |
| 6 console-log-object-with-getter.html:16 [] |
| 7 console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objec
tset bar: function (x)get foo: function ()__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) |
5 | 9 |
OLD | NEW |