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