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