Home
last modified time | relevance | path

Searched defs:FindLocal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp119 Variable *Scope::FindLocal(const util::StringView &name, ResolveBindingOptions options) const in FindLocal() function in ark::es2panda::varbinder::Scope
745 Variable *FunctionScope::FindLocal(const util::StringView &name, ResolveBindingOptions options) con… in FindLocal() function in ark::es2panda::varbinder::FunctionScope
805 Variable *LocalScopeWithTypeAlias::FindLocal(const util::StringView &name, ResolveBindingOptions op… in FindLocal() function in ark::es2panda::varbinder::LocalScopeWithTypeAlias
840 Variable *ClassScope::FindLocal(const util::StringView &name, ResolveBindingOptions options) const in FindLocal() function in ark::es2panda::varbinder::ClassScope
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp53 Variable *Scope::FindLocal(const util::StringView &name, ResolveBindingOptions options) const in FindLocal() function in panda::es2panda::binder::Scope