{"ScriptPreparationCode":"var test = []\r\nvar idx = 0;","TestCases":[{"Name":"Push","Code":"for ( i = 0; i \u003C 10000; i\u002B\u002B ) {\r\n test.push(i) \r\n}","IsDeferred":false},{"Name":"Pointer","Code":"for ( i = 0; i \u003C 10000; i\u002B\u002B ) {\r\n test[i] = i\r\n}","IsDeferred":false}]}