michael@0: function testBoxDoubleWithDoubleSizedInt() michael@0: { michael@0: var i = 0; michael@0: var a = new Array(3); michael@0: michael@0: while (i < a.length) michael@0: a[i++] = 0x5a827999; michael@0: return a.join(","); michael@0: } michael@0: assertEq(testBoxDoubleWithDoubleSizedInt(), "1518500249,1518500249,1518500249");