Home
last modified time | relevance | path

Searched refs:IsVariableGetterSetter (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DvalidateHelpers.cpp257 if (variable == nullptr || IsVariableGetterSetter(variable) || variable->Declaration() == nullptr) { in ValidateUnaryOperatorOperand()
H A Dobject.cpp1806 if (prop->TsType()->IsETSFunctionType() && !IsVariableGetterSetter(prop)) {
1899 if (prop->HasFlag(varbinder::VariableFlags::METHOD) && !IsVariableGetterSetter(prop) &&
1905 if (IsVariableGetterSetter(prop)) {
2066 if (IsVariableGetterSetter(var)) {
2072 if (IsVariableGetterSetter(var)) {
H A DtypeCheckingHelpers.cpp414 if (IsVariableGetterSetter(var)) {
489 if (IsVariableGetterSetter(prop)) {
H A Dhelpers.cpp66 bool ETSChecker::IsVariableGetterSetter(const varbinder::Variable *var) in IsVariableGetterSetter() function in ark::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp857 auto *const varType = ETSChecker::IsVariableGetterSetter(prop) ? prop->TsType() : checker->GetTypeOfVariable(prop); in CopyPropertyWithTypeArguments()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp1056 return var != nullptr && !checker::ETSChecker::IsVariableGetterSetter(var) && in IsFunctionOrMethodCall()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h583 static bool IsVariableGetterSetter(const varbinder::Variable *var);

Completed in 14 milliseconds