comparison: js/src/jit-test/tests/basic/bug634593.js
js/src/jit-test/tests/basic/bug634593.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 this.__defineGetter__("x3", Function); |
|
2 parseInt = x3; |
|
3 parseInt.prototype = []; |
|
4 for (var z = 0; z < 10; ++z) { new parseInt() } |