Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
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.cpp4093 auto *functionScope = functionCtx.GetScope(); in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp111 …auto *functionScope = ctx->Allocator()->New<varbinder::FunctionScope>(ctx->Allocator(), paramScope… in GenerateGetterOrSetter() local
DlambdaLowering.cpp830 auto *functionScope = scriptFunc->Scope(); in CorrectTheTrueThisForExtensionLambda() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp552 …auto *functionScope = ProgramAllocator()->New<varbinder::FunctionScope>(ProgramAllocator(), paramS… in CreateNullishAccessor() local
945 …auto *const functionScope = ProgramAllocator()->New<varbinder::FunctionScope>(ProgramAllocator(), … in CreateNonStaticClassInitializer() local
Dhelpers.cpp2790 varbinder::FunctionScope *functionScope) in GenGetterSetterBodyHelper()
2808 auto *functionScope = in GenGetterSetterScriptFunc() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp120 auto *functionScope = functionCtx.GetScope(); in HandleFunction() local