Home
last modified time | relevance | path

Searched defs:functionScope (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp83 auto *functionScope = functionCtx.GetScope(); in ParseCommonjs() local
DexpressionParser.cpp377binder::FunctionScope *functionScope, in ParseArrowFunctionExpressionBody()
DparserImpl.cpp3945 auto *functionScope = functionCtx.GetScope(); in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp73 …auto *functionScope = checker->Allocator()->New<varbinder::FunctionScope>(checker->Allocator(), pa… in GenerateGetterOrSetter() local
DenumLowering.cpp90 auto *const functionScope = in MakeFunction() local
211 …auto *const functionScope = varbinder_->Allocator()->New<varbinder::FunctionScope>(Allocator(), pa… in CreateCCtorForEnumClass() local
284 …auto *const functionScope = varbinder_->Allocator()->New<varbinder::FunctionScope>(Allocator(), pa… in CreateCtorForEnumClass() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp408 auto *const functionScope = Allocator()->New<varbinder::FunctionScope>(Allocator(), paramScope); in CreateNonStaticClassInitializer() local
Dhelpers.cpp2309 …auto *functionScope = checker->Allocator()->New<varbinder::FunctionScope>(checker->Allocator(), pa… in GenerateDefaultGetterSetter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp102 auto *functionScope = functionCtx.GetScope(); in HandleFunction() local