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