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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:b6d8cf210f37
1 this.__defineGetter__("x3", Function);
2 parseInt = x3;
3 parseInt.prototype = [];
4 for (var z = 0; z < 10; ++z) { new parseInt() }

mercurial