Searched refs:DeclScope (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
H A D | checkScopeDeclaration.cpp | 74 if (loopScope->DeclScope() == scope) { in CheckScope()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | capturedVariables.cpp | 34 scopes.emplace(node->Scope()->AsLoopScope()->DeclScope());
|
H A D | boxingForLocals.cpp | 59 innermostArrowScopes.insert(ast->Scope()->AsLoopScope()->DeclScope()); in FindCaptured()
|
H A D | enumLowering.cpp | 829 loopScope.GetScope()->DeclScope()->BindNode(forLoop);
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | varbinder.cpp | 426 auto declScopeCtx = LexicalScope<LoopDeclarationScope>::Enter(this, loopScope->DeclScope()); in BuildForUpdateLoop() 450 auto declScopeCtx = LexicalScope<LoopDeclarationScope>::Enter(this, loopScope->DeclScope()); in BuildForInOfLoop()
|
H A D | scope.h | 827 LoopDeclarationScope *DeclScope() in DeclScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::LoopScope
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 1367 compiler::LocalRegScope declRegScope(pg, st->Scope()->DeclScope()->InitScope()); in Compile() 1372 compiler::LoopEnvScope declEnvScope(pg, st->Scope()->DeclScope()); in Compile() 1386 compiler::LocalRegScope declRegScope(pg, st->Scope()->DeclScope()->InitScope()); in Compile() 1410 compiler::LoopEnvScope declEnvScope(pg, st->Scope()->DeclScope()); in Compile() 1422 compiler::LocalRegScope declRegScope(pg, st->Scope()->DeclScope()->InitScope()); in Compile() 1432 compiler::LoopEnvScope declEnvScope(pg, st->Scope()->DeclScope()); in Compile()
|
H A D | ETSCompiler.cpp | 1418 compiler::LocalRegScope declRegScope(etsg, st->Scope()->DeclScope()->InitScope()); in Compile() 1469 compiler::LocalRegScope declRegScope(etsg, st->Scope()->DeclScope()->InitScope()); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.h | 168 loopScope->DeclScope()->BindNode(forStmt); in HandleFor()
|
H A D | scopesInitPhase.cpp | 150 VarBinder(), forUpdateStmt->Scope()->DeclScope()); in VisitForUpdateStatement() 167 VarBinder(), forInStmt->Scope()->DeclScope()); in VisitForInStatement() 180 VarBinder(), forOfStmt->Scope()->DeclScope()); in VisitForOfStatement()
|
Completed in 15 milliseconds