{"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":"Array","Code":"var a = new Float32Array([1,2,3]);","IsDeferred":false},{"Name":"No Array","Code":"var a = new Float32Array(3);\r\na[0] = 1;\r\na[1] = 2;\r\na[2] = 3;","IsDeferred":false}]}