Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
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"
);