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