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