Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds