Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
js
/
script-tests
/
set-keys.js
blob: caf4641cafb61b363a4cda5d0642daa15723bbd9 [
file
] [
log
] [
blame
]
description
(
"Tests basic correctness of ES Set's keys() API"
);
shouldBe
(
"Set.prototype.keys.length"
,
"0"
);
shouldBeTrue
(
"Set.prototype.keys === Set.prototype.values"
);