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

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 timeout(5);
     2 function f0(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9) {
     3     var v0;
     4     var v1;
     5     do {
     6         if (p1) {
     7             break;
     8             continue;
     9         } else {
    10         }
    11         v0 = (p0 | p7);
    12     } while (v0);
    13     if (((p5 + p3) + (p3 & (v0 | v0)))) {
    14         v1 = p6;
    15         v1 = p4;
    16         v0 = (v1 ^ v1);
    17         (v0 + ((v0 & p5) | v0));
    18     }
    19 }
    20 f0(2204,465,7905,3902,4658,4110,5703,2199,2681,5291);

mercurial