Home
last modified time | relevance | path

Searched refs:SourceAwareCompiler (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeCompiler.cpp89 class MOZ_STACK_CLASS frontend::SourceAwareCompiler { class in frontend
99 explicit SourceAwareCompiler(SourceText<Unit>& sourceBuffer) in SourceAwareCompiler() function in frontend::SourceAwareCompiler
136 : public SourceAwareCompiler<Unit> {
137 using Base = SourceAwareCompiler<Unit>;
265 : public SourceAwareCompiler<Unit> {
266 using Base = SourceAwareCompiler<Unit>;
281 : public SourceAwareCompiler<Unit> {
282 using Base = SourceAwareCompiler<Unit>;
385 bool frontend::SourceAwareCompiler<Unit>::createSourceAndParser( in createSourceAndParser()
420 bool frontend::SourceAwareCompiler<Unit>::canHandleParseFailure( in canHandleParseFailure()
[all …]
H A DBytecodeCompilation.h40 class SourceAwareCompiler; variable
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeCompiler.cpp90 class MOZ_STACK_CLASS frontend::SourceAwareCompiler { class in frontend
102 explicit SourceAwareCompiler(JSContext* cx, LifoAllocScope& allocScope, in SourceAwareCompiler() function in frontend::SourceAwareCompiler
149 : public SourceAwareCompiler<Unit> {
150 using Base = SourceAwareCompiler<Unit>;
495 : public SourceAwareCompiler<Unit> {
496 using Base = SourceAwareCompiler<Unit>;
517 : public SourceAwareCompiler<Unit> {
518 using Base = SourceAwareCompiler<Unit>;
622 bool frontend::SourceAwareCompiler<Unit>::createSourceAndParser(JSContext* cx) { in createSourceAndParser()
659 bool frontend::SourceAwareCompiler<Unit>::canHandleParseFailure( in canHandleParseFailure()
[all …]
H A DBytecodeCompilation.h43 class SourceAwareCompiler; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeCompiler.cpp90 class MOZ_STACK_CLASS frontend::SourceAwareCompiler { class in frontend
102 explicit SourceAwareCompiler(JSContext* cx, LifoAllocScope& allocScope, in SourceAwareCompiler() function in frontend::SourceAwareCompiler
149 : public SourceAwareCompiler<Unit> {
150 using Base = SourceAwareCompiler<Unit>;
495 : public SourceAwareCompiler<Unit> {
496 using Base = SourceAwareCompiler<Unit>;
517 : public SourceAwareCompiler<Unit> {
518 using Base = SourceAwareCompiler<Unit>;
622 bool frontend::SourceAwareCompiler<Unit>::createSourceAndParser(JSContext* cx) { in createSourceAndParser()
659 bool frontend::SourceAwareCompiler<Unit>::canHandleParseFailure( in canHandleParseFailure()
[all …]
H A DBytecodeCompilation.h43 class SourceAwareCompiler; variable
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DBytecodeCompiler.cpp83 class MOZ_STACK_CLASS SourceAwareCompiler { class
95 explicit SourceAwareCompiler(JSContext* cx, LifoAllocScope& parserAllocScope, in SourceAwareCompiler() function in SourceAwareCompiler
142 class MOZ_STACK_CLASS ScriptCompiler : public SourceAwareCompiler<Unit> {
143 using Base = SourceAwareCompiler<Unit>;
487 class MOZ_STACK_CLASS ModuleCompiler final : public SourceAwareCompiler<Unit> {
488 using Base = SourceAwareCompiler<Unit>;
509 : public SourceAwareCompiler<Unit> {
510 using Base = SourceAwareCompiler<Unit>;
615 bool SourceAwareCompiler<Unit>::createSourceAndParser(JSContext* cx) { in createSourceAndParser()
652 bool SourceAwareCompiler<Unit>::canHandleParseFailure( in canHandleParseFailure()
[all …]