js/src/jit-test/tests/ion/bug861419.js

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     2 arguments = [];
     3 try {
     4     arguments.toSource = (function() {
     5         __proto__.y = x
     6     })
     7     y = this
     8     print(x = 8)
     9     a = arguments
    10     for (v of this) {}
    11 } catch (e) {}
    12 function f() {
    13   "HELLO " + y
    14 }
    15 f()
    16 f()
    17 y = 1[7]
    18 f()

mercurial