michael@0: // |jit-test| slow; allow-oom; michael@0: michael@0: // Binary: cache/js-dbg-64-dfcb11712ec2-linux michael@0: // Flags: michael@0: // michael@0: michael@0: a=[]; michael@0: for (var i=0; i<10; i++) { michael@0: a[a.length] = a; michael@0: } michael@0: try { michael@0: for (var i=0; i<26; i++) { michael@0: a[a.length] = a.toString(); michael@0: } michael@0: } catch(exc1) {}