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