Home
last modified time | relevance | path

Searched defs:newScope (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DenvScope.cpp23 ScopeContext::ScopeContext(CodeGen *cg, varbinder::Scope *newScope) : cg_(cg), prevScope_(cg_->scop… in ScopeContext()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DenvScope.cpp22 ScopeContext::ScopeContext(PandaGen *pg, binder::Scope *newScope) : pg_(pg), prevScope_(pg_->scope_) in ScopeContext()
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.h351 explicit ScopeContext(Checker *checker, varbinder::Scope *newScope) in ScopeContext()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h502 …explicit ScopeContext(Checker *checker, binder::Scope *newScope) : checker_(checker), prevScope_(c… in ScopeContext()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp100 auto *newScope = allocator->New<varbinder::LocalScope>(allocator, enclosingScope); in CloneTypeParams() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1990 void ETSChecker::ReplaceScope(ir::AstNode *root, ir::AstNode *oldNode, varbinder::Scope *newScope) in ReplaceScope()