Sign in
webkit
/
WebKit
/
6a59c200745aa2ef26b1e56c44297ddf7c28ff78
/
.
/
JSTests
/
es6
/
Map_Map.prototype.delete.js
blob: aa813bb578b477a85a5fff2886ab293c54f11945 [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
Map
.
prototype
.
delete
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);