Sign in
webkit
/
WebKit
/
ac6f99830016c7bf481617249819af59429a05a4
/
.
/
JSTests
/
es6
/
Object_static_methods_accept_primitives_Object.isFrozen.js
blob: b82b08c3df22680520ba8d98d145d42261b9304d [
file
] [
log
] [
blame
]
function
test
()
{
return
Object
.
isFrozen
(
'a'
)
===
true
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);