Sign in
webkit
/
WebKit
/
ebbfb41f995647c93ad81540ba08c24e43676ad9
/
.
/
JSTests
/
es6
/
Proxy_Array.isArray_support.js
blob: bb02f37945a4cbba56e38a149ab8f0d89bf85705 [
file
] [
log
] [
blame
]
function
test
()
{
return
Array
.
isArray
(
new
Proxy
([],
{}));
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);