Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DcheckScopeDeclaration.cpp63 auto const *const functionScope = node->Scope()->AsFunctionScope(); in CheckScope() local
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp77 auto *functionScope = functionCtx.GetScope(); in ParseCommonjs() local
DexpressionParser.cpp358binder::FunctionScope *functionScope, in ParseArrowFunctionExpressionBody()
DparserImpl.cpp4045 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
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp338 auto *functionScope = Allocator()->New<varbinder::FunctionScope>(Allocator(), paramScope); in CreateNullishAccessor() local
548 auto *functionScope = Allocator()->New<varbinder::FunctionScope>(Allocator(), paramScope); in CreateNullishAccessor() local
847 auto *const functionScope = Allocator()->New<varbinder::FunctionScope>(Allocator(), paramScope); in CreateNonStaticClassInitializer() local
Dhelpers.cpp2347 …auto *functionScope = checker->Allocator()->New<varbinder::FunctionScope>(checker->Allocator(), pa… in GenerateDefaultGetterSetter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp114 auto *functionScope = functionCtx.GetScope(); in HandleFunction() local