Home
last modified time | relevance | path

Searched refs:FindInGlobal (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlreference.cpp225 res = cg->Scope()->FindInGlobal(name, varbinder::ResolveBindingOptions::ALL_VARIABLES | in Create()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h274 ConstScopeFindResult FindInGlobal(const util::StringView &name,
H A Dscope.cpp178 ConstScopeFindResult Scope::FindInGlobal(const util::StringView &name, const ResolveBindingOptions options) const in FindInGlobal() function in ark::es2panda::varbinder::Scope
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp1599 ->FindInGlobal(memberExpr->Property()->AsIdentifier()->Name(),
H A Dhelpers.cpp55 return Scope()->FindInGlobal(identifier->Name(), options).variable; in FindVariableInGlobal()

Completed in 12 milliseconds