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;
});