{"ScriptPreparationCode":"var newFunc = new Function(\u0022return Math.random().toString(36).substring(7).includes(\u0027x\u0027);\u0022);\r\nvar regular = function(){\r\nreturn Math.random().toString(36).substring(7).includes(\u0027x\u0027);;\r\n}","TestCases":[{"Name":"new Function","Code":"newFunc();","IsDeferred":false},{"Name":"regular","Code":"regular()","IsDeferred":false}]}