Sign in
webkit
/
WebKit
/
8777e005a7357da377172e9f41b26c1c945f9bc6
/
.
/
JSTests
/
es6
/
Reflect_Reflect.get.js
blob: ceba0430e94e2851a138a2eaf4523facfda5576f [
file
] [
log
] [
blame
]
function
test
()
{
return
Reflect
.
get
({
qux
:
987
},
"qux"
)
===
987
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);