js/src/jit-test/tests/auto-regress/bug743071.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 // Binary: cache/js-dbg-64-a9a18824b4c1-linux
     2 // Flags: --ion-eager
     3 //
     5 {
     6   try
     7   {
     8     try
     9     {
    10     }
    11     catch(ex1)
    12     {
    13     }
    14   }
    15   catch(ex)
    16   {
    17   }
    18 }
    19 function optionsClear() {
    20   var optionNames = options().split(',');
    21   for (var i = 0; i < optionNames.length; i++)
    22   {
    23     var optionName = optionNames[i];
    24     if (optionName &&
    25         optionName != "methodjit_always")
    26     {
    27       options(optionName);
    28     }
    29   }
    30 }
    31 {
    32   optionsClear();
    33   {
    34   }
    35 }
    36 function test() {
    37   for ( gTc=0; gTc < gTestcases.length; gTc++ ) {
    38     try
    39     {
    40     }
    41     catch(e)
    42     {
    43     }
    44   }
    45 }
    46 try {
    47 var g = newGlobal();
    48 g.eval("(" + function () {
    49         dbg = new Debugger(debuggeeGlobal);
    50     } + ")();");
    51 } catch(exc0) {}

mercurial