Sat, 03 Jan 2015 20:18:00 +0100
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 // Binary: cache/js-dbg-32-38f985b0522c-linux
2 // Flags: -j
3 //
4 var g;
5 var e;
6 var w;
7 for each (a in this) { }
8 d = 3;
9 x = 3;
10 for (var m = 0; m < 9; ++m) {}
11 for each (var c in this) { }
12 for each(let d in [
13 [],
14 [],
15 [],
16 function () {},
17 undefined
18 ]) {
19 for each(let f in [
20 [],
21 [],
22 true,
23 [],
24 true
25 ]) {}
26 }