blob: 86a84fc57287a8799991bf8e08d2141848157731 [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;