blob: 3b276fab26e77277c3338bb77467a62970dd684b [file] [log] [blame] [edit]
try {
new (function () {
/x/.constructor.input = /x/.constructor;
this.constructor();
});
} catch (e) {
if (!(e instanceof RangeError))
throw e;
}