Home
last modified time | relevance | path

Searched defs:functionScope (Results 1 – 6 of 6) 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.cpp351binder::FunctionScope *functionScope, in ParseArrowFunctionExpressionBody()
DparserImpl.cpp3491 auto *functionScope = functionCtx.GetScope(); in ParseFunction() local