js/src/jit-test/tests/auto-regress/bug661840.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.

     1 // |jit-test| error:ReferenceError
     3 // Binary: cache/js-dbg-32-11714be33655-linux
     4 // Flags: -m -n
     5 //
     6 function f(a) {}
     7 s = [{
     8   s: [],
     9   s: function(d, b) {},
    10   t: function() {
    11     try {} catch (e) {}
    12   }
    13 }, {
    14   t: "",
    15   s: [],
    16   s: function(d, b) {}
    17 }, {
    18   t: "",
    19   s: [],
    20   s: function(d, b) {},
    21   t: function() {}
    22 }, {
    23   t: "",
    24   x: "",
    25   s: [],
    26   g: function(b) {},
    27   t: function(f) {}
    28 }, {
    29   t: "",
    30   s: [],
    31   s: function() {}
    32 }];
    33 v = 0
    34 Function("gc(evalcx('lazy'))")();
    35 gczeal();
    36 gc();
    37 (function() {
    38   x
    39 })()

mercurial