{"ScriptPreparationCode":null,"TestCases":[{"Name":"try-catch no error","Code":"try {\r\n console.log(\u0027hi\u0027);\r\n} catch(e) {\r\n \r\n};","IsDeferred":false},{"Name":"try-catch throw error","Code":"try {\r\n console.log(\u0027hi\u0027);\r\n throw \u0022new error\u0022;\r\n} catch(e) {\r\n \r\n};","IsDeferred":false}]}