Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DthisKeyWord.test.ts55 let functionScope = functionPg!.getScope(); variable
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DvariableDeclaration.test.ts169 let functionScope = <FunctionScope>funcPg!.getScope(); variable
188 let functionScope = <FunctionScope>funcPg!.getScope(); variable
205 let functionScope = <FunctionScope>funcPg!.getScope(); variable
DfunctionDeclaration.test.ts97 let functionScope = functionPg!.getScope(); variable
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp83 auto *functionScope = functionCtx.GetScope(); in ParseCommonjs() local
DexpressionParser.cpp377binder::FunctionScope *functionScope, in ParseArrowFunctionExpressionBody()
DparserImpl.cpp3889 auto *functionScope = functionCtx.GetScope(); in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp37 …auto *functionScope = checker->Allocator()->New<varbinder::FunctionScope>(checker->Allocator(), pa… in GenerateGetterOrSetter() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Denum.cpp144 …auto *const functionScope = varbinder->Allocator()->New<varbinder::FunctionScope>(checker->Allocat… in MakeFunction() local
Dfunction.cpp1422 auto *functionScope = functionCtx.GetScope(); in CreateInvokeFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp77 auto *functionScope = functionCtx.GetScope(); in HandleFunction() local