11CONSOLE MESSAGE: line 10: true
2CONSOLE MESSAGE: line 11: function(a,b) { return a + b; }
2CONSOLE MESSAGE: line 11: function (a,b) { return a + b; }
33CONSOLE MESSAGE: line 12: function () { [native code] }
4CONSOLE MESSAGE: line 13: function*() { yield [1,2,3] }
4CONSOLE MESSAGE: line 13: function* () { yield [1,2,3] }
55Tests how debugger presents special properties of closures, bound functions and object wrappers.
66
77properties-special.html:10 Boolean