Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlreference.cpp186 if (!memberExpr->IsComputed() && etsg_->Checker()->IsVariableStatic(memberExpr->PropVar()) && in ETSLReference()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp1587 if (IsVariableStatic(newProp)) {
1971 if (IsVariableStatic(it) != IsVariableStatic(found)) {
H A DtypeCheckingHelpers.cpp486 if (IsVariableStatic(prop)) {
H A Dhelpers.cpp58 bool ETSChecker::IsVariableStatic(const varbinder::Variable *var) in IsVariableStatic() function in ark::es2panda::checker::ETSChecker
115 if (IsVariableStatic(classVar)) { in NotResolvedError()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h582 static bool IsVariableStatic(const varbinder::Variable *var);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp1094 if (etsg->Checker()->IsVariableStatic(variable)) { in HandleStaticProperties()

Completed in 15 milliseconds