Sign in
webkit
/
WebKit
/
6756d1c4625eeb8d03076cb127515d00fa7c2e16
/
.
/
JSTests
/
es6
/
WeakMap_WeakMap.prototype.delete.js
blob: aa46f3d7422dec929fa6425a372473a9a703db42 [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
WeakMap
.
prototype
.
delete
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);