Home
last modified time | relevance | path

Searched refs:instanceDeclScope_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h628 instanceDeclScope_(allocator->New<LocalScope>(allocator, staticMethodScope_, ScopeFlags::DECL_SCOPE)), in ClassScope()
629 instanceFieldScope_(allocator->New<LocalScope>(allocator, instanceDeclScope_, ScopeFlags::FIELD_SCOPE)), in ClassScope()
691 return instanceDeclScope_; in InstanceDeclScope()
696 return instanceDeclScope_; in InstanceDeclScope()
748 LocalScope *instanceDeclScope_; member in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ClassScope
H A Dscope.cpp840 auto found = instanceDeclScope_->Bindings().find(name); in FindLocal()
841 if (found != instanceDeclScope_->Bindings().end()) { in FindLocal()
882 isStatic ? staticDeclScope_ : instanceDeclScope_); in SetBindingProps()
887 isStatic ? staticDeclScope_ : instanceDeclScope_); in SetBindingProps()
892 isStatic ? staticDeclScope_ : instanceDeclScope_); in SetBindingProps()

Completed in 4 milliseconds