Home
last modified time | relevance | path

Searched refs:IsShorthand (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeElaborationContext.cpp140 targetElementType = GetBestMatchingType(propKeyType, prop->IsShorthand() ? nullptr : prop->Value()); in Start()
155 if (prop->IsShorthand()) { in Start()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeElaborationContext.cpp138 targetElementType = GetBestMatchingType(propKeyType, prop->IsShorthand() ? nullptr : prop->Value()); in Start()
153 if (prop->IsShorthand()) { in Start()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dproperty.h89 bool IsShorthand() const in IsShorthand() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::Property
H A Dproperty.cpp61 if (!IsComputed() && !IsMethod() && !IsAccessor() && !IsShorthand()) { in ValidateExpression()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Dproperty.h85 [[nodiscard]] bool IsShorthand() const noexcept
H A Dproperty.cpp95 if (!IsComputed() && !IsMethod() && !IsAccessor() && !IsShorthand()) { in ValidateExpression()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp491 if (prop->IsShorthand()) { in CheckPattern()
642 if (prop->IsShorthand()) { in GetTypeForProperty()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DobjectExpression.cpp292 if (prop->IsShorthand()) { in CheckPattern()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp740 if (prop->IsShorthand()) { in GetTypeForProperty()

Completed in 11 milliseconds