Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
JSTests
/
stress
/
terminated-execution-error-in-promise.js
blob: fc59714f07905b05243007483d95096137c86515 [
file
] [
log
] [
blame
]
//@ runDefault("--watchdog=100", "--watchdog-exception-ok")
let x
=
{
get
toString
()
{
while
(
1
){}
}
};
import
(
x
).
then
(()=>{},
function
(
error
)
{
error
.
__proto__
=
undefined
;
});