Searched defs:newScope (Results 1 – 8 of 8) 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/linter/arkanalyzer/src/core/common/ |
| D | VisibleValue.ts | 126 const newScope = new Scope(values, targetDepth, model); constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.cpp | 166 ScopeContext::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 | 130 auto *newScope = allocator->New<varbinder::LocalScope>(allocator, enclosingScope); in CloneTypeParams() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 10356 const newScope = this.handleNewScope(node, scopeStack); constant 10379 const newScope = { constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 2121 void ETSChecker::ReplaceScope(ir::AstNode *root, ir::AstNode *oldNode, varbinder::Scope *newScope) in ReplaceScope()
|