js/src/jit-test/tests/pic/bug582899.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e1f18ca3356b
1 try {
2 (function () {
3 __proto__ = [];
4 for each(y in [0, 0]) {
5 this.__defineGetter__("", function () {})
6 }
7 })()
8 } catch (e) {}

mercurial