Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passobject
Asserts run
Pass
assert_array_equals(["0", "1", "2"], ["0", "1", "2"])
    at Test.<anonymous> ( /js/builtins/Object.prototype.getOwnPropertyNames.html:11:3)
Passarray-like
Asserts run
Pass
assert_array_equals(["0", "1", "2", "length"], ["0", "1", "2", "length"])
    at Test.<anonymous> ( /js/builtins/Object.prototype.getOwnPropertyNames.html:19:3)
Passnon-enumerable property
Asserts run
Pass
assert_array_equals(["foo", "getFoo"], ["foo", "getFoo"])
    at Test.<anonymous> ( /js/builtins/Object.prototype.getOwnPropertyNames.html:33:3)
Passitems on the prototype chain are not listed
Asserts run
Pass
assert_array_equals(["method", "prop"], ["method", "prop"])
    at Test.<anonymous> ( /js/builtins/Object.prototype.getOwnPropertyNames.html:51:3)