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