Sign in
webkit
/
WebKit
/
30a62b2cdbfb9a46d2d794357ea390ad9ffa765a
/
.
/
JSTests
/
stress
/
internal-promise-is-not-exposed.js
blob: c72ec36632b1742fc82238e89192637e76a2b005 [
file
] [
log
] [
blame
]
function
shouldBe
(
actual
,
expected
)
{
if
(
actual
!==
expected
)
throw
new
Error
(
'bad value: '
+
actual
);
}
shouldBe
(
typeof
InternalPromise
,
"undefined"
);