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