Sign in
webkit
/
WebKit
/
2d285391fb1c0e01e12d6e30e4c09b63de2f0be0
/
.
/
JSTests
/
es6
/
Set_Set.prototype.clear.js
blob: 1d6c82c6a62dbf6b27b9fa04f9ae121ce5cb409b [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
Set
.
prototype
.
clear
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);