Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h626 staticFieldScope_(allocator->New<LocalScope>(allocator, staticDeclScope_, ScopeFlags::STATIC_FIELD_SCOPE)), in ClassScope()
627 staticMethodScope_(allocator->New<LocalScope>(allocator, staticFieldScope_, ScopeFlags::STATIC_METHOD_SCOPE)), in ClassScope()
651 return staticFieldScope_; in StaticFieldScope()
656 return staticFieldScope_; in StaticFieldScope()
746 LocalScope *staticFieldScope_; member in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ClassScope
H A Dscope.cpp833 auto found = staticFieldScope_->Bindings().find(name); in FindLocal()
834 if (found != staticFieldScope_->Bindings().end()) { in FindLocal()
877 isStatic ? staticFieldScope_ : instanceFieldScope_); in SetBindingProps()

Completed in 4 milliseconds