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