Searched defs:newScope (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | envScope.cpp | 23 ScopeContext::ScopeContext(CodeGen *cg, varbinder::Scope *newScope) : cg_(cg), prevScope_(cg_->scope_) in ScopeContext() argument
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | envScope.cpp | 24 ScopeContext::ScopeContext(PandaGen *pg, binder::Scope *newScope) : pg_(pg), prevScope_(pg_->scope_) in ScopeContext() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | checker.h | 299 explicit ScopeContext(Checker *checker, varbinder::Scope *newScope) in ScopeContext() argument
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 501 explicit ScopeContext(Checker *checker, binder::Scope *newScope) : checker_(checker), prevScope_(checker_->scope_) in ScopeContext() argument
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | lambdaLowering.cpp | 100 auto *newScope = allocator->New<varbinder::LocalScope>(allocator, enclosingScope); in CloneTypeParams() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | function.cpp | 1982 void ETSChecker::ReplaceScope(ir::AstNode *root, ir::AstNode *oldNode, varbinder::Scope *newScope) in ReplaceScope() argument
|
Completed in 8 milliseconds