{"ScriptPreparationCode":"var a = 0\r\nfunction f () {\r\n a \u002B= 0.01\r\n if (a \u003C 0) {\r\n throw new Error()\r\n }\r\n}","TestCases":[{"Name":"plain","Code":"f()","IsDeferred":false},{"Name":"try catch","Code":"try {\r\n f()\r\n} catch (e) {\r\n console.log(e)\r\n}","IsDeferred":false}]}