Home
last modified time | relevance | path

Searched refs:discardSource (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DCompileOptions.h129 bool discardSource = false; variable
408 discardSource = true; in setDiscardSource()
H A DRealmOptions.h297 bool discardSource() const { return discardSource_; } in discardSource() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DCompileOptions.h129 bool discardSource = false; variable
408 discardSource = true; in setDiscardSource()
H A DRealmOptions.h297 bool discardSource() const { return discardSource_; } in discardSource() function
/dports/www/firefox/firefox-99.0/js/public/
H A DCompileOptions.h170 bool discardSource = false; variable
462 discardSource = true; in setDiscardSource()
H A DRealmOptions.h308 bool discardSource() const { return discardSource_; } in discardSource() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeCompilation.h104 return !options.discardSource && !options.sourceIsLazy && in CanLazilyParse()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DBytecodeCompilation.h86 return !options.discardSource && !options.sourceIsLazy && in CanLazilyParse()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeCompilation.h104 return !options.discardSource && !options.sourceIsLazy && in CanLazilyParse()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DRealmOptions.h290 bool discardSource() const { return discardSource_; } in discardSource() function
H A DCompileOptions.h128 bool discardSource = false; variable
/dports/net-mgmt/observium/observium/mibs/zyxel/
H A DZYXEL-MAC-FILTER-MIB114 discardSource(1),
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeCompiler.cpp193 if (!cx->compartment()->behaviors().discardSource()) { in maybeCompressSource()
212 !cx->compartment()->behaviors().discardSource() && in canLazilyParse()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeCompiler.cpp195 if (!cx->compartment()->behaviors().discardSource()) { in createScriptSource()
209 !cx->compartment()->behaviors().discardSource() && in canLazilyParse()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DBytecodeCompiler.cpp202 if (!cx->compartment()->options().discardSource()) { in maybeCompressSource()
221 !cx->compartment()->options().discardSource() && in canLazilyParse()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DWorkerScope.cpp516 const bool discardSource = usesSystemPrincipal && in WrapGlobalObject() local
522 behaviors.setDiscardSource(discardSource) in WrapGlobalObject()
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DWorkerScope.cpp737 const bool discardSource = in WrapGlobalObject() local
741 behaviors.setDiscardSource(discardSource); in WrapGlobalObject()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DnsXPConnect.cpp491 bool discardSource = isSystem; in InitGlobalObjectOptions() local
493 aOptions.behaviors().setDiscardSource(discardSource); in InitGlobalObjectOptions()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DWorkerScope.cpp737 const bool discardSource = in WrapGlobalObject() local
741 behaviors.setDiscardSource(discardSource); in WrapGlobalObject()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/workers/
H A DWorkerScope.cpp525 const bool discardSource = in WrapGlobalObject() local
531 behaviors.setDiscardSource(discardSource) in WrapGlobalObject()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DnsXPConnect.cpp487 bool discardSource = isSystem; in InitGlobalObjectOptions() local
489 aOptions.behaviors().setDiscardSource(discardSource); in InitGlobalObjectOptions()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DWorkerScope.cpp661 const bool discardSource = in WrapGlobalObject() local
665 behaviors.setDiscardSource(discardSource); in WrapGlobalObject()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DnsXPConnect.cpp487 bool discardSource = isSystem; in InitGlobalObjectOptions() local
489 aOptions.behaviors().setDiscardSource(discardSource); in InitGlobalObjectOptions()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DnsXPConnect.cpp488 bool discardSource = isSystem; in InitGlobalObjectOptions() local
490 aOptions.behaviors().setDiscardSource(discardSource); in InitGlobalObjectOptions()
/dports/www/firefox/firefox-99.0/dom/workers/
H A DWorkerScope.cpp814 const bool discardSource = in WrapGlobalObject() local
818 behaviors.setDiscardSource(discardSource); in WrapGlobalObject()

123