Pass | object | Asserts runPass | assert_array_equals(["0", "1", "2"], ["0", "1", "2"])
at Test.<anonymous> ( /js/builtins/Object.prototype.getOwnPropertyNames.html:11:3) |
|
Pass | array-like | Asserts runPass | assert_array_equals(["0", "1", "2", "length"], ["0", "1", "2", "length"])
at Test.<anonymous> ( /js/builtins/Object.prototype.getOwnPropertyNames.html:19:3) |
|
Pass | non-enumerable property | Asserts runPass | assert_array_equals(["foo", "getFoo"], ["foo", "getFoo"])
at Test.<anonymous> ( /js/builtins/Object.prototype.getOwnPropertyNames.html:33:3) |
|
Pass | items on the prototype chain are not listed | Asserts runPass | assert_array_equals(["method", "prop"], ["method", "prop"])
at Test.<anonymous> ( /js/builtins/Object.prototype.getOwnPropertyNames.html:51:3) |
|