Home
last modified time | relevance | path

Searched refs:DeclScope (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckScopeDeclaration.cpp74 if (loopScope->DeclScope() == scope) { in CheckScope()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DcapturedVariables.cpp34 scopes.emplace(node->Scope()->AsLoopScope()->DeclScope());
H A DboxingForLocals.cpp59 innermostArrowScopes.insert(ast->Scope()->AsLoopScope()->DeclScope()); in FindCaptured()
H A DenumLowering.cpp829 loopScope.GetScope()->DeclScope()->BindNode(forLoop);
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp426 auto declScopeCtx = LexicalScope<LoopDeclarationScope>::Enter(this, loopScope->DeclScope()); in BuildForUpdateLoop()
450 auto declScopeCtx = LexicalScope<LoopDeclarationScope>::Enter(this, loopScope->DeclScope()); in BuildForInOfLoop()
H A Dscope.h827 LoopDeclarationScope *DeclScope() in DeclScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::LoopScope
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp1367 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 DETSCompiler.cpp1418 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 DscopesInitPhase.h168 loopScope->DeclScope()->BindNode(forStmt); in HandleFor()
H A DscopesInitPhase.cpp150 VarBinder(), forUpdateStmt->Scope()->DeclScope()); in VisitForUpdateStatement()
167 VarBinder(), forInStmt->Scope()->DeclScope()); in VisitForInStatement()
180 VarBinder(), forOfStmt->Scope()->DeclScope()); in VisitForOfStatement()

Completed in 15 milliseconds