{"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.from","Code":"const params = [ \u0022hello\u0022, true, 7, { first: \u0022first\u0022, second: \u0022second\u0022 } ]\r\nconst other = Array.from(params);","IsDeferred":false},{"Name":"Array.prototype.slice.call","Code":"const params = [ \u0022hello\u0022, true, 7, { first: \u0022first\u0022, second: \u0022second\u0022 } ]\r\nconst other = Array.prototype.slice.call(params);","IsDeferred":false}]}