comparison: js/src/jit-test/tests/basic/bug634593.js
js/src/jit-test/tests/basic/bug634593.js
- changeset 2
- 7e26c7da4463
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() } |