Sign in
webkit
/
WebKit
/
293423b2e3bc99a3b6b08c9e39c59d8eb89f00e1
/
.
/
JSTests
/
es6
/
Reflect_Reflect.has.js
blob: 76aa150f82cb7aa164d6c2d26dbfabc995a50715 [
file
] [
log
] [
blame
]
function
test
()
{
return
Reflect
.
has
({
qux
:
987
},
"qux"
);
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);