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