michael@0: // |jit-test| error:TypeError michael@0: michael@0: // Binary: cache/js-dbg-64-09cce9915b80-linux michael@0: // Flags: -m -n michael@0: // michael@0: try { michael@0: (function () { michael@0: __proto__ = new Uint32Array() michael@0: }()) michael@0: } catch (e) {}(function () { michael@0: })() michael@0: eval("\ michael@0: function testAtomize() {\ michael@0: x = {};\ michael@0: for (var i = false ; i < 65536; ++i)\ michael@0: x[String.fromCharCode(i)] = 1;\ michael@0: }\ michael@0: new testAtomize()(testAtomize(), 65536);\ michael@0: ");