michael@0: // don't crash michael@0: michael@0: function f() { michael@0: var _L1 = arguments; michael@0: for (var i = 0; i < _L1.length; i++) { michael@0: if (typeof _L1[i] == "string") michael@0: _L1[i] = new Object(); michael@0: } michael@0: print(arguments[2]); michael@0: } michael@0: michael@0: f(1, 2, "3", 4, 5); michael@0: f(1, 2, "3", 4, 5); michael@0: f(1, 2, "3", 4, 5); michael@0: f(1, 2, "3", 4, 5); michael@0: