js/src/jit-test/tests/basic/bug643243.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:c693855d7b8e
1 {
2 function newSandbox(n) {}
3 }
4 var o12 = Float32Array.prototype;
5 function f12(o) {
6 eval('o')['__proto_' + '_'] = null;
7 }
8 for (var i = 0; i < 14; i++) {
9 gc()
10 new f12(o12);
11 }

mercurial