Home
last modified time | relevance | path

Searched defs:paramScope (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp64 compiler::RegScope paramScope(pg); in CompileSuperCallWithSpreadArgs() local
94 compiler::RegScope paramScope(pg); in CompileSuperCall() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp72 …auto *paramScope = checker->Allocator()->New<varbinder::FunctionParamScope>(checker->Allocator(), … in GenerateGetterOrSetter() local
DlambdaLowering.cpp50 varbinder::ParamScope *paramScope = nullptr; member
212 …cessCalleeMethodBody(ir::AstNode *body, checker::ETSChecker *checker, varbinder::Scope *paramScope, in ProcessCalleeMethodBody()
261 auto *paramScope = funcScope->ParamScope(); in SetUpCalleeMethod() local
312varbinder::ParamScope *paramScope, ir::ScriptFunction *func) in GetAndApplyFunctionScope()
350 auto paramScope = allocator->New<varbinder::FunctionParamScope>(allocator, scopeForMethod); in CreateCalleeMethod() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h505 void BindParamScope(T *paramScope) in BindParamScope()
511 void AssignParamScope(T *paramScope) in AssignParamScope()
892 auto *paramScope = allocator->New<FunctionParamScope>(allocator, this); in GlobalScope() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp337 …auto *paramScope = Allocator()->New<varbinder::FunctionParamScope>(Allocator(), classDefinition->S… in CreateNullishAccessor() local
547 …auto *paramScope = Allocator()->New<varbinder::FunctionParamScope>(Allocator(), interface->Scope()… in CreateNullishAccessor() local
846 auto *paramScope = Allocator()->New<varbinder::FunctionParamScope>(Allocator(), classScope); in CreateNonStaticClassInitializer() local
Dhelpers.cpp2286 … ir::ClassProperty *const field, varbinder::FunctionParamScope *paramScope, in GenerateGetterSetterBody()
2346 …auto *paramScope = checker->Allocator()->New<varbinder::FunctionParamScope>(checker->Allocator(), … in GenerateDefaultGetterSetter() local
Dfunction.cpp1832 varbinder::FunctionParamScope *paramScope = CopyParams(asyncFunc->Params(), params); in CreateAsyncImplMethod() local
1928varbinder::FunctionParamScope *paramScope, ir::TypeNode *returnType, in CreateMethod()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h154 binder::FunctionParamScope *paramScope; variable
DexpressionParser.cpp407 binder::FunctionParamScope *paramScope) in ConvertToArrowParameter()
DparserImpl.cpp3026 …auto *paramScope = Binder()->Allocator()->New<binder::FunctionParamScope>(Allocator(), Binder()->G… in CreateImplicitMethod() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h714 void BindParamScope(T *paramScope) in BindParamScope()
721 void AssignParamScope(T *paramScope) in AssignParamScope()
Dbinder.cpp969 auto *paramScope = scope_->AsFunctionVariableScope()->ParamScope(); in AddMandatoryParam() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp570 compiler::RegScope paramScope(pg); in CompileSuperExprWithoutSpread() local
598 compiler::RegScope paramScope(pg); in Compile() local
DETSemitter.cpp119 auto *paramScope = funcScope->ParamScope(); in GenScriptFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp442 …ase::BindFunctionScopes(varbinder::FunctionScope *scope, varbinder::FunctionParamScope *paramScope) in BindFunctionScopes()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp902 …auto *paramScope = Binder()->Allocator()->New<binder::FunctionParamScope>(Allocator(), Binder()->G… in AddMethodToClass() local