Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 // Binary: cache/js-dbg-64-50e4ff05741e-linux
2 // Flags: -m -n -a
3 //
4 gc()
5 var p = n
6 function m() {
7 return function(f, code, t) {
8 try {
9 evalcx(code, newGlobal())
10 } catch (e) {}
11 }
12 }
13 function n() {
14 f()
15 }
16 function h(code) {
17 f = Function(code)
18 p(f, code, true)
19 }
20 h("\
21 p=m();\
22 gcPreserveCode();\
23 gcslice(7);\
24 ")
25 h("\"\"")
26 h("")
27 h("gc()")
28 h("")
29 h("")
30 h("gczeal(4,2)")