{"ScriptPreparationCode":"window.noop = () =\u003E {};\r\nwindow.functionWithCallback = (callback) =\u003E {\r\n console.log(\u0027a\u0027);\r\n callback();\r\n}","TestCases":[{"Name":"Noop","Code":"functionWithCallback(noop);","IsDeferred":false},{"Name":"New arrow function","Code":"functionWithCallback(() =\u003E {});","IsDeferred":false}]}