Sign in
webkit
/
WebKit
/
85181a9f7fe60c8e4576b27a7738d687d348828c
/
.
/
Source
/
JavaScriptCore
/
tests
/
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"
);