var t = [4]; var stop; Object.freeze(t); do { stop = inIon(); t[1] = 2; assertEq(t.length, 1); assertEq(t[1], undefined); } while (!stop);