Sign in
webkit
/
WebKit
/
2d285391fb1c0e01e12d6e30e4c09b63de2f0be0
/
.
/
JSTests
/
es6
/
Set_Set.prototype.keys.js
blob: 322e738fcc9557d92e517559d84b5739fa65c3ab [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
Set
.
prototype
.
keys
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);