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