blob: ffa3598d424880df85d9c9671233b351faa0b1b6 [file] [log] [blame]
function test() {
if (!({ __proto__ : [] } instanceof Array)) {
return false;
}
return !({ __proto__(){} } instanceof Function);
}
if (!test())
throw new Error("Test failed");