{"ScriptPreparationCode":null,"TestCases":[{"Name":"concat","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nvar other = [ 1, 2 ].concat(params);","IsDeferred":false},{"Name":"spread operator","Code":"var params = [\u0022hello\u0022, true, 7];\r\nvar other = [1, 2].concat(params);","IsDeferred":false},{"Name":"push","Code":"var _ref;\r\n\r\nvar params = [\u0022hello\u0022, true, 7];\r\n\r\nvar other = (_ref = [1, 2]).push.apply(_ref, params);","IsDeferred":false}]}