Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.h45 varbinder::FunctionParamScope *paramScope; member
DenumLowering.cpp209 auto *const paramScope = in CreateCCtorForEnumClass() local
274 auto *const paramScope = in CreateCtorForEnumClass() local
605 auto *const paramScope = in CreateEnumFromIntMethod() local
645 auto *const paramScope = in CreateEnumToStringMethod() local
673 auto *const paramScope = in CreateEnumValueOfMethod() local
702 auto *const paramScope = in CreateEnumGetNameMethod() local
808 auto *const paramScope = in CreateEnumGetValueOfMethod() local
859 auto *const paramScope = in CreateEnumValuesMethod() local
885 auto *const paramScope = in CreateUnboxingMethod() local
DinterfacePropertyDeclarations.cpp72 …auto *paramScope = checker->Allocator()->New<varbinder::FunctionParamScope>(checker->Allocator(), … in GenerateGetterOrSetter() local
DlambdaLowering.cpp50 varbinder::ParamScope *paramScope = nullptr; member
206 …cessCalleeMethodBody(ir::AstNode *body, checker::ETSChecker *checker, varbinder::Scope *paramScope, in ProcessCalleeMethodBody()
255 auto *paramScope = funcScope->ParamScope(); in SetUpCalleeMethod() local
306varbinder::ParamScope *paramScope, ir::ScriptFunction *func) in GetAndApplyFunctionScope()
344 auto paramScope = allocator->New<varbinder::FunctionParamScope>(allocator, scopeForMethod); in CreateCalleeMethod() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp71 compiler::RegScope paramScope(pg); in CompileSuperCall() local
87 compiler::RegScope paramScope(pg); in CompileSuperCall() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h499 void BindParamScope(T *paramScope) in BindParamScope()
505 void AssignParamScope(T *paramScope) in AssignParamScope()
857 auto *paramScope = allocator->New<FunctionParamScope>(allocator, this); in GlobalScope() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h154 binder::FunctionParamScope *paramScope; variable
DexpressionParser.cpp426 binder::FunctionParamScope *paramScope) in ConvertToArrowParameter()
DparserImpl.cpp2976 …auto *paramScope = Binder()->Allocator()->New<binder::FunctionParamScope>(Allocator(), Binder()->G… in CreateImplicitMethod() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp407 auto *paramScope = Allocator()->New<varbinder::FunctionParamScope>(Allocator(), classScope); in CreateNonStaticClassInitializer() local
Dfunction.cpp1785 varbinder::FunctionParamScope *paramScope = CopyParams(asyncFunc->Params(), params); in CreateAsyncImplMethod() local
1882varbinder::FunctionParamScope *paramScope, ir::TypeNode *returnType, in CreateMethod()
Dhelpers.cpp2248 … ir::ClassProperty *const field, varbinder::FunctionParamScope *paramScope, in GenerateGetterSetterBody()
2308 …auto *paramScope = checker->Allocator()->New<varbinder::FunctionParamScope>(checker->Allocator(), … in GenerateDefaultGetterSetter() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp112 auto *paramScope = funcScope->ParamScope(); in GenScriptFunction() local
DJSCompiler.cpp555 compiler::RegScope paramScope(pg); in CompileSuperExprWithoutSpread() local
583 compiler::RegScope paramScope(pg); in Compile() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h714 void BindParamScope(T *paramScope) in BindParamScope()
721 void AssignParamScope(T *paramScope) in AssignParamScope()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp401 …ase::BindFunctionScopes(varbinder::FunctionScope *scope, varbinder::FunctionParamScope *paramScope) in BindFunctionScopes()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp913 …auto *paramScope = Binder()->Allocator()->New<binder::FunctionParamScope>(Allocator(), Binder()->G… in AddMethodToClass() local