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