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