blob: 315c8d5671c05e05e21997ae43cf402bbdb0def1 [file]
a= try {
throw 1;
}catch(e) {
return e;
};
return a;