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