/arkcompiler/runtime_core/assembler/extensions/ |
D | ecmascript_meta.h | 51 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationRecordAttribute() 56 bool IsAnnotationIdAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationIdAttribute() 61 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() 66 … bool IsAnnotationElementTypeAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementTypeAttribute() 71 …bool IsAnnotationElementArrayComponentTypeAttribute([[maybe_unused]] std::string_view attribute) c… in IsAnnotationElementArrayComponentTypeAttribute() 76 … bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementValueAttribute() 96 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationRecordAttribute() 101 bool IsAnnotationIdAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationIdAttribute() 106 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() 111 … bool IsAnnotationElementTypeAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementTypeAttribute() [all …]
|
D | ecmascript_meta.cpp | 38 std::optional<Metadata::Error> RecordMetadata::Validate(std::string_view attribute, std::string_vie… in Validate() 61 std::optional<Metadata::Error> FieldMetadata::Validate(std::string_view attribute, std::string_view… in Validate() 71 std::optional<Metadata::Error> FunctionMetadata::Validate(std::string_view attribute, std::string_v… in Validate() 81 std::optional<Metadata::Error> ParamMetadata::Validate(std::string_view attribute, std::string_view… in Validate() 86 void RecordMetadata::SetFlags(std::string_view attribute) in SetFlags() 94 void RecordMetadata::SetFlags(std::string_view attribute, std::string_view value) in SetFlags() 99 void RecordMetadata::RemoveFlags(std::string_view attribute) in RemoveFlags() 109 void RecordMetadata::RemoveFlags(std::string_view attribute, std::string_view value) in RemoveFlags() 114 void FieldMetadata::SetFlags(std::string_view attribute) in SetFlags() 119 void FieldMetadata::SetFlags(std::string_view attribute, std::string_view value) in SetFlags() [all …]
|
/arkcompiler/runtime_core/assembler/ |
D | meta.h | 72 std::optional<Error> SetAttribute(std::string_view attribute) in SetAttribute() 84 void RemoveAttribute(const std::string &attribute) in RemoveAttribute() 91 bool GetAttribute(const std::string &attribute) const in GetAttribute() 96 std::optional<Error> SetAttributeValue(std::string_view attribute, std::string_view value) in SetAttributeValue() 108 std::vector<std::string> GetAttributeValues(const std::string &attribute) const in GetAttributeValues() 118 std::optional<std::string> GetAttributeValue(const std::string &attribute) const in GetAttributeValue() 152 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue() 165 virtual std::optional<Error> Store(std::string_view attribute) in Store() 180 bool HasAttribute(std::string_view attribute) const in HasAttribute() 223 virtual bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationRecordAttribute() [all …]
|
D | meta.cpp | 236 std::optional<Metadata::Error> AnnotationMetadata::Store(std::string_view attribute) in Store() 251 …d::optional<Metadata::Error> AnnotationMetadata::MeetExpRecordAttribute(std::string_view attribute, in MeetExpRecordAttribute() 265 std::optional<Metadata::Error> AnnotationMetadata::MeetExpIdAttribute(std::string_view attribute, in MeetExpIdAttribute() 285 …tional<Metadata::Error> AnnotationMetadata::MeetExpElementNameAttribute(std::string_view attribute, in MeetExpElementNameAttribute() 305 …tional<Metadata::Error> AnnotationMetadata::MeetExpElementTypeAttribute(std::string_view attribute, in MeetExpElementTypeAttribute() 325 …a::Error> AnnotationMetadata::MeetExpElementArrayComponentTypeAttribute(std::string_view attribute, in MeetExpElementArrayComponentTypeAttribute() 350 …ional<Metadata::Error> AnnotationMetadata::MeetExpElementValueAttribute(std::string_view attribute, in MeetExpElementValueAttribute() 380 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(std::string_view attribute, std::stri… in StoreValue() 477 std::optional<Metadata::Error> FieldMetadata::StoreValue(std::string_view attribute, std::string_vi… in StoreValue()
|
D | asm_metadata.rb | 85 def attribute_name(attribute) argument
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_params_test.cpp | 55 std::string attribute = "test"; in HWTEST_F_L0() local 64 std::string attribute = "test"; in HWTEST_F_L0() local 81 std::string attribute = "test"; in HWTEST_F_L0() local 96 std::string attribute = "test"; in HWTEST_F_L0() local 108 std::string attribute = "test"; in HWTEST_F_L0() local 124 std::string attribute = "test"; in HWTEST_F_L0() local 143 std::string attribute = "test"; in HWTEST_F_L0() local 159 std::string attribute = "test"; in HWTEST_F_L0() local 171 std::string attribute = "test"; in HWTEST_F_L0() local 182 std::string attribute = "test"; in HWTEST_F_L0() local [all …]
|
D | pt_types_test.cpp | 318 std::string attribute = "test"; in HWTEST_F_L0() local 507 std::string attribute = "32"; in HWTEST_F_L0() local 793 std::string attribute = "test"; in HWTEST_F_L0() local 816 std::string attribute = "test"; in HWTEST_F_L0() local 828 std::string attribute = "test"; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_accessor.cpp | 25 JSTaggedValue attribute = layout->GetAttribute(elemenIndex); in MarkPropertyInitialized() local 79 JSTaggedValue TSTypeAccessor::MarkInitialized(JSTaggedValue attribute) in MarkInitialized() 95 JSTaggedValue attribute = layout->GetAttribute(elemenIndex); in IsPropertyInitialized() local 108 JSTaggedValue attribute = layout->GetAttribute(i); in GetInitializedProperties() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | subtyping_operator.cpp | 101 JSTaggedValue attribute = eLayout->GetAttribute(index); in MergeClassField() local 111 JSTaggedValue attribute = layout->GetAttribute(index); in MergeClassField() local
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandasm.ts | 20 public attribute: string; property in Metadata
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/ |
D | add.json | 152 "attribute": "" string
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | global_dictionary_test.cpp | 111 PropertyAttributes attribute(1); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 339 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local 355 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local 368 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local 380 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local 1450 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1397 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty() 1530 bool ObjectRef::DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute) in DefineProperty()
|