js/src/jit-test/tests/ion/bug792166-2.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:d736d2052ecf
1 try {
2 __defineGetter__("eval", function() {
3 this["__proto__"]
4 })
5 delete this["__proto__"]
6 this["__proto__"]
7 } catch (e) {}
8 eval

mercurial