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