Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
JSTests
/
stress
/
operationInstanceOfCustom-bad-assertion.js
blob: 919ffaea35fb128968c54ba823a3cea3551b286f [
file
] [
log
] [
blame
]
const
x
=
createGlobalObject
();
function
foo
(
resolve
)
{
0
instanceof resolve
;
}
noInline
(
x
.
Promise
);
for
(
let i
=
0
;
i
<
1000
;
i
++)
{
new
x
.
Promise
(
foo
);
}