blob: fd3c1ccff05c6de5cdc08921c4c51159f8770b3d [file] [log] [blame]
function test() {
return Object.setPrototypeOf({}, Array.prototype) instanceof Array;
}
if (!test())
throw new Error("Test failed");