blob: bb1e296d668a452285cc25868e6e0b7a61715fe4 [file] [log] [blame]
throw 1;
throw x;
throw [];
throw (1);
throw "x";
throw new x;
throw {
a: 1
};
delete x;
delete x.a;
delete x[0];
debugger
debugger;