Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
JSTests
/
stress
/
static-getter-enumeration.js
blob: c67fd159390a923260833bae21f023e3380f0600 [
file
] [
log
] [
blame
]
function
shouldBe
(
actual
,
expected
)
{
if
(
actual
!==
expected
)
throw
new
Error
(
'bad value: '
+
actual
);
}
var
keys
=
Object
.
keys
(
/Cocoa/
);
shouldBe
(
JSON
.
stringify
(
keys
.
sort
()),
'[]'
);
// non enumerable