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