{"ScriptPreparationCode":"function xxx (x){return x.slice()};\r\na=[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\r\n [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],\r\n [3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3]\r\n ];\r\nfunction t1 () { return a.map(xxx) }\r\nfunction t2 () { return a.map(x=\u003Ex.slice()) }","TestCases":[{"Name":"test1","Code":"t1();","IsDeferred":false},{"Name":"test2","Code":"t2();","IsDeferred":false}]}