comparison: js/src/jit-test/tests/basic/bug643243.js
js/src/jit-test/tests/basic/bug643243.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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 } |