{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.slice()","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nvar other = [ 1, 2 ].slice();","IsDeferred":false},{"Name":"Array.prototype.slice(0)","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nvar other = [ 1, 2 ].slice(0);","IsDeferred":false}]}