Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
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"
);