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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:48c0c8182f19
1 this.__proto__ = [];
2 print(length);
3 function f() {
4 eval('Math');
5 length = 2;
6 }
7 f();

mercurial