Sign in
webkit
/
WebKit
/
17656c7bf44c7c7680ec56b7527b97650a4a499c
/
.
/
JSTests
/
es6
/
Reflect_Reflect.getPrototypeOf.js
blob: f8c32b90de8950d0cf09ee65826ffeb4e66a160b [
file
] [
log
] [
blame
]
function
test
()
{
return
Reflect
.
getPrototypeOf
([])
===
Array
.
prototype
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);