blob: f8c32b90de8950d0cf09ee65826ffeb4e66a160b [file] [log] [blame]
function test() {
return Reflect.getPrototypeOf([]) === Array.prototype;
}
if (!test())
throw new Error("Test failed");