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