Searched defs:newScope (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | envScope.cpp | 23 ScopeContext::ScopeContext(CodeGen *cg, varbinder::Scope *newScope) : cg_(cg), prevScope_(cg_->scop… in ScopeContext()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | envScope.cpp | 22 ScopeContext::ScopeContext(PandaGen *pg, binder::Scope *newScope) : pg_(pg), prevScope_(pg_->scope_) in ScopeContext()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.h | 351 explicit ScopeContext(Checker *checker, varbinder::Scope *newScope) in ScopeContext()
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 502 …explicit ScopeContext(Checker *checker, binder::Scope *newScope) : checker_(checker), prevScope_(c… in ScopeContext()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 100 auto *newScope = allocator->New<varbinder::LocalScope>(allocator, enclosingScope); in CloneTypeParams() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 1990 void ETSChecker::ReplaceScope(ir::AstNode *root, ir::AstNode *oldNode, varbinder::Scope *newScope) in ReplaceScope()
|