Home
last modified time | relevance | path

Searched refs:debugScript (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DDebugScript.cpp66 UniqueDebugScript debugScript, in create() argument
73 object->setPrivate(debugScript.release()); in create()
79 DebugScript* DebugScriptObject::debugScript() const { in debugScript() function in js::DebugScriptObject
85 DebugScript* debugScript = obj->as<DebugScriptObject>().debugScript(); in trace() local
86 if (debugScript) { in trace()
87 debugScript->trace(trc); in trace()
94 DebugScript* debugScript = object->debugScript(); in finalize() local
95 if (debugScript) { in finalize()
96 debugScript->delete_(fop, object); in finalize()
107 return p->value().get()->as<DebugScriptObject>().debugScript(); in get()
[all …]
H A DDebugScript.h138 static DebugScriptObject* create(JSContext* cx, UniqueDebugScript debugScript,
141 DebugScript* debugScript() const;
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DDebugScript.cpp65 UniqueDebugScript debugScript, in create() argument
72 object->initReservedSlot(ScriptSlot, PrivateValue(debugScript.release())); in create()
78 DebugScript* DebugScriptObject::debugScript() const { in debugScript() function in js::DebugScriptObject
84 DebugScript* debugScript = obj->as<DebugScriptObject>().debugScript(); in trace() local
85 if (debugScript) { in trace()
86 debugScript->trace(trc); in trace()
93 DebugScript* debugScript = object->debugScript(); in finalize() local
94 if (debugScript) { in finalize()
95 debugScript->delete_(fop, object); in finalize()
106 return p->value().get()->as<DebugScriptObject>().debugScript(); in get()
[all …]
H A DDebugScript.h139 static DebugScriptObject* create(JSContext* cx, UniqueDebugScript debugScript,
142 DebugScript* debugScript() const;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DDebugScript.cpp66 UniqueDebugScript debugScript, in create() argument
73 object->setPrivate(debugScript.release()); in create()
79 DebugScript* DebugScriptObject::debugScript() const { in debugScript() function in js::DebugScriptObject
85 DebugScript* debugScript = obj->as<DebugScriptObject>().debugScript(); in trace() local
86 if (debugScript) { in trace()
87 debugScript->trace(trc); in trace()
94 DebugScript* debugScript = object->debugScript(); in finalize() local
95 if (debugScript) { in finalize()
96 debugScript->delete_(fop, object); in finalize()
107 return p->value().get()->as<DebugScriptObject>().debugScript(); in get()
[all …]
H A DDebugScript.h138 static DebugScriptObject* create(JSContext* cx, UniqueDebugScript debugScript,
141 DebugScript* debugScript() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/bin/
H A Delf2e32_qtwrapper.pl85 my $debugScript = 1;
88 return if (!$debugScript);
104 return if (!$debugScript);
129 if ($debugScript) {
136 printRecordedDefFiles if ($debugScript);
167 if ($debugScript) {
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestMiniMRMapRedDebugScript.java118 String debugScript, in launchFailMapAndDebug() argument
142 conf.setMapDebugScript(debugScript); in launchFailMapAndDebug()
206 String debugScript = "./testscript"; in testMapDebugScript() local
211 outDir,debugDir, debugScript, input); in testMapDebugScript()
/dports/www/thirtybees/thirtybees-1.1.0/classes/controller/
H A DController.php360 $debugScript = _PS_MODE_DEV_ ? $this->getErrorMessagesScript() : '';
361 if ($debugScript) {
362 $html = str_replace("</body>", $debugScript . "</body>", $html);
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DGlobalSettings.java63 debugScript = g.debugScript; in GlobalSettings()
226 setB("debugScript", debugScript); in GlobalSettings()
603 boolean debugScript = false; field in GlobalSettings
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsscript.h1786 js::DebugScript* debugScript();
1800 return hasDebugScript_ ? debugScript()->breakpoints[pcToOffset(pc)] : nullptr; in getBreakpointSite()
1818 bool stepModeEnabled() { return hasDebugScript_ && !!debugScript()->stepMode; } in stepModeEnabled()
1821 uint32_t stepModeCount() { return hasDebugScript_ ? debugScript()->stepMode : 0; } in stepModeCount()
H A Djsscript.cpp3438 JSScript::debugScript() in debugScript() function in JSScript
3524 DebugScript* debug = debugScript(); in setNewStepMode()
3546 DebugScript* debug = debugScript(); in incrementStepModeCount()
3555 DebugScript* debug = debugScript(); in decrementStepModeCount()
3567 DebugScript* debug = debugScript(); in getOrCreateBreakpointSite()
3585 DebugScript* debug = debugScript(); in destroyBreakpointSite()
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/modules/
H A DProcessHangMonitor.jsm71 debugScript: function(win) {
312 ProcessHangMonitor.debugScript(win);
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolViewer.java488 abstract public void setDebugScript(boolean debugScript); in setDebugScript() argument
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSScript.h1818 js::DebugScript* debugScript();
1831 return hasDebugScript_ ? debugScript()->breakpoints[pcToOffset(pc)] in getBreakpointSite()
1852 return hasDebugScript_ && !!debugScript()->stepMode; in stepModeEnabled()
1857 return hasDebugScript_ ? debugScript()->stepMode : 0; in stepModeCount()
H A DJSScript.cpp3369 DebugScript* JSScript::debugScript() { in debugScript() function in JSScript
3445 DebugScript* debug = debugScript(); in setNewStepMode()
3463 DebugScript* debug = debugScript(); in incrementStepModeCount()
3470 DebugScript* debug = debugScript(); in decrementStepModeCount()
3480 DebugScript* debug = debugScript(); in getOrCreateBreakpointSite()
3496 DebugScript* debug = debugScript(); in destroyBreakpointSite()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsscript.h1880 js::DebugScript* debugScript();
1894 return hasDebugScript_ ? debugScript()->breakpoints[pcToOffset(pc)] : nullptr; in getBreakpointSite()
1912 bool stepModeEnabled() { return hasDebugScript_ && !!debugScript()->stepMode; } in stepModeEnabled()
1915 uint32_t stepModeCount() { return hasDebugScript_ ? debugScript()->stepMode : 0; } in stepModeCount()
H A Djsscript.cpp3712 JSScript::debugScript() in debugScript() function in JSScript
3798 DebugScript* debug = debugScript(); in setNewStepMode()
3820 DebugScript* debug = debugScript(); in incrementStepModeCount()
3829 DebugScript* debug = debugScript(); in decrementStepModeCount()
3841 DebugScript* debug = debugScript(); in getOrCreateBreakpointSite()
3859 DebugScript* debug = debugScript(); in destroyBreakpointSite()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/
H A DProcessHangMonitor.jsm84 debugScript(win) {
505 ProcessHangMonitor.debugScript(win);
/dports/lang/spidermonkey60/firefox-60.9.0/browser/modules/
H A DProcessHangMonitor.jsm82 debugScript(win) {
487 ProcessHangMonitor.debugScript(win);
/dports/www/firefox/firefox-99.0/browser/modules/
H A DProcessHangMonitor.jsm117 debugScript(win) {
566 ProcessHangMonitor.debugScript(win);
/dports/www/firefox-esr/firefox-91.8.0/browser/modules/
H A DProcessHangMonitor.jsm117 debugScript(win) {
566 ProcessHangMonitor.debugScript(win);
/dports/mail/thunderbird/thunderbird-91.8.0/browser/modules/
H A DProcessHangMonitor.jsm117 debugScript(win) {
566 ProcessHangMonitor.debugScript(win);
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptEval.java251 private boolean debugScript; field in ScriptEval
384 return compileScript(null, script, debugScript); in compileScriptString()
672 debugScript = vwr.getBoolean(T.debugscript); in setDebugging()
673 debugHigh = (debugScript && Logger.debugging); in setDebugging()
2234 debugScript = debugHigh = false; in dispatchCommands()
2257 else if (isSpt && debugScript && vwr.getBoolean(T.messagestylechime)) in dispatchCommands()
2276 if (debugScript && debugHigh && !chk) { in commandLoop()
2279 if (debugScript) in commandLoop()
2305 if (debugScript && !chk) in commandLoop()
2332 if (debugHigh || debugScript) in commandLoop()
[all …]
H A DScriptCompiler.java152 boolean debugScript, boolean isCheckOnly) { in compile() argument
157 logMessages = (!isSilent && !isPredefining && debugScript); in compile()

12