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