OLD | NEW |
1 CONSOLE MESSAGE: line 18: [object Object] | 1 CONSOLE MESSAGE: line 18: [object Object] |
2 Tests that Web Inspector won't crash if some console have been logged by the tim
e it's opening. | 2 Tests that Web Inspector won't crash if some console have been logged by the tim
e it's opening. |
3 | 3 |
4 console-log-short-hand-method.html:18 Object | 4 console-log-short-hand-method.html:18 Object |
5 baz: (...) | 5 baz: (...) |
6 boo: ƒ (c,d) | 6 boo: function (c,d) |
7 foo: ƒ foo(a,b) | 7 foo: function foo(a,b) |
8 gen: ƒ* gen() | 8 gen: function* gen() |
9 get baz: ƒ baz() | 9 get baz: function baz() |
10 set baz: ƒ baz(x) | 10 set baz: function baz(x) |
11 __proto__: Object | 11 __proto__: Object |
12 | 12 |
OLD | NEW |