Searched refs:withRunDebug (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js47 var withRunDebug = false; variable
131 txt += " run_debug: Enable memory debugger (" + (withRunDebug? "yes" : "no") + ")\n";
240 vf.WriteLine("WITH_RUN_DEBUG=" + (withRunDebug? "1" : "0"));
331 of.WriteLine(s.replace(/\@WITH_RUN_DEBUG\@/, withRunDebug? "1" : "0"));
474 withRunDebug = strToBool(arg.substring(opt.length + 1, arg.length));
647 txtOut += " Runtime debugging: " + boolToStr(withRunDebug) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js47 var withRunDebug = false; variable
131 txt += " run_debug: Enable memory debugger (" + (withRunDebug? "yes" : "no") + ")\n";
240 vf.WriteLine("WITH_RUN_DEBUG=" + (withRunDebug? "1" : "0"));
331 of.WriteLine(s.replace(/\@WITH_RUN_DEBUG\@/, withRunDebug? "1" : "0"));
474 withRunDebug = strToBool(arg.substring(opt.length + 1, arg.length));
647 txtOut += " Runtime debugging: " + boolToStr(withRunDebug) + "\n";

Completed in 110 milliseconds