{"ScriptPreparationCode":"const string = \u00222\u002B2\u0022;\r\nconst a = 2;\r\nconst b = 2;","TestCases":[{"Name":"better eval","Code":"const betterEval = function(string) {\r\n return new Function(\u0022return \u0022 \u002B string)();\r\n};","IsDeferred":false},{"Name":"Normal function","Code":"const normalFunction = function(a, b) {\r\n return a \u002B b;\r\n};","IsDeferred":false}]}