{"ScriptPreparationCode":"var arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0];","TestCases":[{"Name":"splice","Code":"arr.splice(20, 0, 1337);","IsDeferred":false},{"Name":"copyWithin - push","Code":"arr.push(0);\r\narr.copyWithin(21, 20);\r\narr[20] = 1337;","IsDeferred":false},{"Name":"copyWithin - length","Code":"arr.length \u002B= 1;\r\narr.copyWithin(21, 20);\r\narr[20] = 1337;","IsDeferred":false}]}