Home
last modified time | relevance | path

Searched defs:ScopeContext (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DenvScope.cpp23 ScopeContext::ScopeContext(PandaGen *pg, binder::Scope *newScope) : pg_(pg), prevScope_(pg_->scope_) in ScopeContext() function in panda::es2panda::compiler::ScopeContext
Dpandagen.h529 friend class ScopeContext; variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h473 friend class ScopeContext; variable
501 …explicit ScopeContext(Checker *checker, binder::Scope *newScope) : checker_(checker), prevScope_(c… in ScopeContext() function