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