Home
last modified time | relevance | path

Searched refs:IsReadonly (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassProperty.cpp80 {"readonly", IsReadonly()}, in Dump()
107 if (IsReadonly()) { in Dump()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_field.h75 bool IsReadonly() const in IsReadonly() function in ark::ets::EtsField
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeOperator.h34 bool IsReadonly() const in IsReadonly() function in ark::es2panda::ir::TSTypeOperator
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeOperator.h44 bool IsReadonly() const in IsReadonly() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeOperator
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfacePropertyDeclarations.cpp166 if (!prop->AsClassProperty()->IsReadonly()) { in UpdateInterfacePropertys()
177 if (!prop->AsClassProperty()->IsReadonly()) { in UpdateInterfacePropertys()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor.h99 bool IsReadonly() const in IsReadonly() function in ark::panda_file::FieldDataAccessor
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dfield.h137 bool IsReadonly() const in IsReadonly() function in ark::Field
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.h208 if (da.IsReadonly()) { in GetModifierFlags()
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNode.h286 [[nodiscard]] bool IsReadonly() const noexcept
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp422 if (node->IsReadonly()) { in GenModifier()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Type.cpp235 attr |= (field->IsReadonly()) ? static_cast<uint32_t>(EtsTypeAPIAttributes::READONLY) : 0U; in CreateField()
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp705 return FieldCast(field)->IsReadonly(); in IsFieldReadonly()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DassignAnalyzer.cpp1373 isNonReadonlyField = !node->IsReadonly(); // NOTE(pantos) readonly is true, const is not set? in VariableHasDefaultValue()
H A Dobject.cpp1712 if (classProp != nullptr && this->Context().ContainingSignature() != nullptr && classProp->IsReadonly()) {
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp1171 } else if (classProp->IsReadonly()) { in VisitClassProperty()

Completed in 16 milliseconds