Home
last modified time | relevance | path

Searched defs:newScope (Results 1 – 8 of 8) 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/linter/arkanalyzer/src/core/common/
DVisibleValue.ts126 const newScope = new Scope(values, targetDepth, model); constant
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp166 ScopeContext::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.cpp130 auto *newScope = allocator->New<varbinder::LocalScope>(allocator, enclosingScope); in CloneTypeParams() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts10356 const newScope = this.handleNewScope(node, scopeStack); constant
10379 const newScope = { constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2121 void ETSChecker::ReplaceScope(ir::AstNode *root, ir::AstNode *oldNode, varbinder::Scope *newScope) in ReplaceScope()