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

changeset 0
6474c204b198
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