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