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