Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
JSTests
/
stress
/
bound-function-empty-name.js
blob: 5ce1c4684fccc9ecc3c7680f08bfd785e595ac91 [
file
] [
log
] [
blame
]
function
shouldBe
(
actual
,
expected
)
{
if
(
actual
!==
expected
)
throw
new
Error
(
'bad value: '
+
actual
);
}
shouldBe
(
new
Intl
.
NumberFormat
().
format
.
name
,
""
);