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