Home
last modified time | relevance | path

Searched refs:FindPrivateName (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlreference.cpp61 auto result = pg_->Scope()->FindPrivateName(name); in GetValue()
111 auto result = pg_->Scope()->FindPrivateName(name, true); in SetValue()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp149 result = pg->Scope()->FindPrivateName(prop->Key()->AsPrivateIdentifier()->Name()); in CompileField()
185 binder::PrivateNameFindResult result = pg->Scope()->FindPrivateName("#method"); in CompileClassInitializer()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.cpp68 auto result = pg->Scope()->FindPrivateName(name); in Compile()
H A DbinaryExpression.cpp87 auto result = pg->Scope()->FindPrivateName(name); in CompilePrivateIn()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp305 PrivateNameFindResult Scope::FindPrivateName(const util::StringView &name, bool isSetter) const in FindPrivateName() function in panda::es2panda::binder::Scope
H A Dscope.h361 PrivateNameFindResult FindPrivateName(const util::StringView &name, bool isSetter = false) const;

Completed in 6 milliseconds