Home
last modified time | relevance | path

Searched refs:allowHTMLComments (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DCompileOptions.h131 bool allowHTMLComments = true; variable
279 allowHTMLComments = false; in setModule()
426 allowHTMLComments = false; in setModule()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DCompileOptions.h131 bool allowHTMLComments = true; variable
279 allowHTMLComments = false; in setModule()
426 allowHTMLComments = false; in setModule()
/dports/www/firefox/firefox-99.0/js/public/
H A DCompileOptions.h172 bool allowHTMLComments = true; variable
328 allowHTMLComments = false; in setModule()
491 allowHTMLComments = false; in setModule()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DCompileOptions.h130 bool allowHTMLComments = true; variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeCompiler.cpp546 options.allowHTMLComments = false; in CompileModule()
H A DTokenStream.cpp1745 if (anyCharsAccess().options().allowHTMLComments) { in getTokenInternal()
1897 if (anyCharsAccess().options().allowHTMLComments && in getTokenInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeCompiler.cpp797 options.allowHTMLComments = false; in InternalParseModule()
H A DTokenStream.cpp3196 if (anyCharsAccess().options().allowHTMLComments) { in getTokenInternal()
3314 if (anyCharsAccess().options().allowHTMLComments && in getTokenInternal()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DTokenStream.cpp3189 if (anyCharsAccess().options().allowHTMLComments) { in getTokenInternal()
3307 if (anyCharsAccess().options().allowHTMLComments && in getTokenInternal()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DTokenStream.cpp3190 if (anyCharsAccess().options().allowHTMLComments) { in getTokenInternal()
3308 if (anyCharsAccess().options().allowHTMLComments && in getTokenInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DTokenStream.cpp3189 if (anyCharsAccess().options().allowHTMLComments) { in getTokenInternal()
3307 if (anyCharsAccess().options().allowHTMLComments && in getTokenInternal()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.cpp2302 allowHTMLComments = rhs.allowHTMLComments; in copyPODTransitiveOptions()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.h3535 allowHTMLComments(true), in TransitiveCompileOptions()
3570 bool allowHTMLComments; variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DReflectParse.cpp3068 options.allowHTMLComments = target == ParseTarget::Script; in reflect_parse()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DReflectParse.cpp3713 options.allowHTMLComments = target == ParseGoal::Script; in reflect_parse()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DReflectParse.cpp3909 options.allowHTMLComments = target == ParseGoal::Script; in reflect_parse()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DReflectParse.cpp4108 options.allowHTMLComments = target == ParseGoal::Script; in reflect_parse()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DReflectParse.cpp3909 options.allowHTMLComments = target == ParseGoal::Script; in reflect_parse()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/
H A Djs.cpp5458 options.allowHTMLComments = false; in Parse()
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A Djs.cpp6056 options.allowHTMLComments = false; in FrontendTest()
/dports/www/firefox/firefox-99.0/js/src/shell/
H A Djs.cpp5937 options.allowHTMLComments = false; in FrontendTest()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/
H A Djs.cpp6056 options.allowHTMLComments = false; in FrontendTest()