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