Home
last modified time | relevance | path

Searched refs:enterNamedLambda (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DEmitterScope.h112 MOZ_MUST_USE bool enterNamedLambda(BytecodeEmitter* bce, FunctionBox* funbox);
H A DFunctionEmitter.cpp359 if (!namedLambdaEmitterScope_->enterNamedLambda(bce_, funbox_)) { in prepareForParameters()
H A DEmitterScope.cpp516 bool EmitterScope::enterNamedLambda(BytecodeEmitter* bce, FunctionBox* funbox) { in enterNamedLambda() function in EmitterScope
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DEmitterScope.h118 [[nodiscard]] bool enterNamedLambda(BytecodeEmitter* bce,
H A DFunctionEmitter.cpp353 if (!namedLambdaEmitterScope_->enterNamedLambda(bce_, funbox_)) { in prepareForParameters()
H A DEmitterScope.cpp457 bool EmitterScope::enterNamedLambda(BytecodeEmitter* bce, FunctionBox* funbox) { in enterNamedLambda() function in EmitterScope
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DEmitterScope.h118 [[nodiscard]] bool enterNamedLambda(BytecodeEmitter* bce,
H A DFunctionEmitter.cpp353 if (!namedLambdaEmitterScope_->enterNamedLambda(bce_, funbox_)) { in prepareForParameters()
H A DEmitterScope.cpp457 bool EmitterScope::enterNamedLambda(BytecodeEmitter* bce, FunctionBox* funbox) { in enterNamedLambda() function in EmitterScope
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DEmitterScope.h117 [[nodiscard]] bool enterNamedLambda(BytecodeEmitter* bce,
H A DFunctionEmitter.cpp347 if (!namedLambdaEmitterScope_->enterNamedLambda(bce_, funbox_)) { in prepareForParameters()
H A DEmitterScope.cpp456 bool EmitterScope::enterNamedLambda(BytecodeEmitter* bce, FunctionBox* funbox) { in enterNamedLambda() function in EmitterScope
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeEmitter.cpp465 MOZ_MUST_USE bool enterNamedLambda(BytecodeEmitter* bce, FunctionBox* funbox);
925 BytecodeEmitter::EmitterScope::enterNamedLambda(BytecodeEmitter* bce, FunctionBox* funbox) in enterNamedLambda() function in BytecodeEmitter::EmitterScope
4224 if (!namedLambdaEmitterScope->enterNamedLambda(this, funbox)) in emitFunctionScript()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeEmitter.cpp455 MOZ_MUST_USE bool enterNamedLambda(BytecodeEmitter* bce, FunctionBox* funbox);
878 bool BytecodeEmitter::EmitterScope::enterNamedLambda(BytecodeEmitter* bce, in enterNamedLambda() function in BytecodeEmitter::EmitterScope
4432 if (!namedLambdaEmitterScope->enterNamedLambda(this, funbox)) return false; in emitFunctionScript()