js/src/jit-test/tests/auto-regress/bug648992.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/jit-test/tests/auto-regress/bug648992.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +// Binary: cache/js-dbg-32-74a8fb1bbec5-linux
     1.5 +// Flags: -m -n -a
     1.6 +//
     1.7 +o0 = (3).__proto__
     1.8 +function f(o) {
     1.9 +    var prop
    1.10 +    [o][0][prop] = []
    1.11 +    try {
    1.12 +        ({
    1.13 +            x: function() {
    1.14 +                return o
    1.15 +            }
    1.16 +        }.x()())
    1.17 +    } catch (e) {}
    1.18 +}
    1.19 +f(o0)

mercurial