{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"mult","Code":"var a = 1024 * 1024;","IsDeferred":false},{"Name":"pow","Code":"var b = Math.pow(1024,2);","IsDeferred":false}]}