Home
last modified time | relevance | path

Searched defs:functionScope (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckScopeDeclaration.cpp63 auto const *const functionScope = node->Scope()->AsFunctionScope(); in CheckScope() local
/arkcompiler/ets_frontend/es2panda/parser/
H A Dcommonjs.cpp83 auto *functionScope = functionCtx.GetScope(); in ParseCommonjs() local
H A DexpressionParser.cpp376 ParseArrowFunctionExpressionBody(ArrowFunctionContext *arrowFunctionContext, binder::FunctionScope *functionScope, ArrowFunctionDescriptor *desc, ir::TSTypeParameterDeclaration *typeParamDecl, ir::Expression *returnTypeAnnotation) ParseArrowFunctionExpressionBody() argument
H A DparserImpl.cpp4038 auto *functionScope = functionCtx.GetScope(); in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfacePropertyDeclarations.cpp73 auto *functionScope = checker->Allocator()->New<varbinder::FunctionScope>(checker->Allocator(), paramScope); in GenerateGetterOrSetter() local
H A DenumLowering.cpp90 auto *const functionScope = in MakeFunction() local
211 auto *const functionScope = varbinder_->Allocator()->New<varbinder::FunctionScope>(Allocator(), paramScope); in CreateCCtorForEnumClass() local
284 auto *const functionScope = varbinder_->Allocator()->New<varbinder::FunctionScope>(Allocator(), paramScope); CreateCtorForEnumClass() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DutilityTypeHandlers.cpp413 auto *const functionScope = Allocator()->New<varbinder::FunctionScope>(Allocator(), paramScope); in CreateNonStaticClassInitializer() local
H A Dhelpers.cpp2396 auto *functionScope = checker->Allocator()->New<varbinder::FunctionScope>(checker->Allocator(), paramScope); in GenerateDefaultGetterSetter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp113 auto *functionScope = functionCtx.GetScope(); in HandleFunction() local

Completed in 21 milliseconds