Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeCompilation.h46 class StandaloneFunctionCompiler; variable
H A DBytecodeCompiler.cpp280 class MOZ_STACK_CLASS frontend::StandaloneFunctionCompiler final class in frontend
294 explicit StandaloneFunctionCompiler(SourceText<Unit>& srcBuf) in StandaloneFunctionCompiler() function in frontend::StandaloneFunctionCompiler
583 FunctionNode* frontend::StandaloneFunctionCompiler<Unit>::parse( in parse()
624 bool frontend::StandaloneFunctionCompiler<Unit>::compile( in compile()
1066 StandaloneFunctionCompiler<char16_t> compiler(srcBuf); in CompileStandaloneFunction()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeCompilation.h49 class StandaloneFunctionCompiler; variable
H A DBytecodeCompiler.cpp516 class MOZ_STACK_CLASS frontend::StandaloneFunctionCompiler final class in frontend
531 explicit StandaloneFunctionCompiler(JSContext* cx, LifoAllocScope& allocScope, in StandaloneFunctionCompiler() function in frontend::StandaloneFunctionCompiler
786 FunctionNode* frontend::StandaloneFunctionCompiler<Unit>::parse( in parse()
822 bool frontend::StandaloneFunctionCompiler<Unit>::compile( in compile()
1174 StandaloneFunctionCompiler<char16_t> compiler(cx, allocScope, input.get(), in CompileStandaloneFunction()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeCompilation.h49 class StandaloneFunctionCompiler; variable
H A DBytecodeCompiler.cpp516 class MOZ_STACK_CLASS frontend::StandaloneFunctionCompiler final class in frontend
531 explicit StandaloneFunctionCompiler(JSContext* cx, LifoAllocScope& allocScope, in StandaloneFunctionCompiler() function in frontend::StandaloneFunctionCompiler
786 FunctionNode* frontend::StandaloneFunctionCompiler<Unit>::parse( in parse()
822 bool frontend::StandaloneFunctionCompiler<Unit>::compile( in compile()
1174 StandaloneFunctionCompiler<char16_t> compiler(cx, allocScope, input.get(), in CompileStandaloneFunction()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DBytecodeCompiler.cpp508 class MOZ_STACK_CLASS StandaloneFunctionCompiler final class
523 explicit StandaloneFunctionCompiler(JSContext* cx, in StandaloneFunctionCompiler() function in StandaloneFunctionCompiler
779 FunctionNode* StandaloneFunctionCompiler<Unit>::parse( in parse()
815 bool StandaloneFunctionCompiler<Unit>::compile( in compile()
1365 StandaloneFunctionCompiler<char16_t> compiler(cx, parserAllocScope, in CompileStandaloneFunction()