/arkcompiler/runtime_core/static_core/plugins/ets/assembler/extension/ |
D | ets_meta.h | 25 static bool IsAnnotationRecordAttribute(std::string_view attribute) in IsAnnotationRecordAttribute() 30 static bool IsAnnotationIdAttribute(std::string_view attribute) in IsAnnotationIdAttribute() 35 static bool IsAnnotationElementTypeAttribute(std::string_view attribute) in IsAnnotationElementTypeAttribute() 40 static bool IsAnnotationElementArrayComponentTypeAttribute(std::string_view attribute) in IsAnnotationElementArrayComponentTypeAttribute() 45 static bool IsAnnotationElementNameAttribute(std::string_view attribute) in IsAnnotationElementNameAttribute() 50 static bool IsAnnotationElementValueAttribute(std::string_view attribute) in IsAnnotationElementValueAttribute() 99 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationRecordAttribute() 104 bool IsAnnotationIdAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationIdAttribute() 109 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() 114 … bool IsAnnotationElementTypeAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementTypeAttribute() [all …]
|
/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/static_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() 153 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue() 166 virtual std::optional<Error> Store(std::string_view attribute) in Store() 181 bool HasAttribute(std::string_view attribute) const in HasAttribute() 218 virtual bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationRecordAttribute() [all …]
|
D | meta.cpp | 237 std::optional<Metadata::Error> AnnotationMetadata::Store(std::string_view attribute) in Store() 252 …d::optional<Metadata::Error> AnnotationMetadata::MeetExpRecordAttribute(std::string_view attribute, in MeetExpRecordAttribute() 266 std::optional<Metadata::Error> AnnotationMetadata::MeetExpIdAttribute(std::string_view attribute, in MeetExpIdAttribute() 286 …tional<Metadata::Error> AnnotationMetadata::MeetExpElementNameAttribute(std::string_view attribute, in MeetExpElementNameAttribute() 306 …tional<Metadata::Error> AnnotationMetadata::MeetExpElementTypeAttribute(std::string_view attribute, in MeetExpElementTypeAttribute() 326 …a::Error> AnnotationMetadata::MeetExpElementArrayComponentTypeAttribute(std::string_view attribute, in MeetExpElementArrayComponentTypeAttribute() 351 …ional<Metadata::Error> AnnotationMetadata::MeetExpElementValueAttribute(std::string_view attribute, in MeetExpElementValueAttribute() 381 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(std::string_view attribute, std::stri… in StoreValue() 488 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/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/test/fuzztest/objectrefgetownproperty_fuzzer/ |
D | objectrefgetownproperty_fuzzer.cpp | 40 PropertyAttribute attribute(objectvalue, true, true, true); in JSNApiGetOwnPropertyFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/ |
D | objectref_fuzzer.cpp | 61 PropertyAttribute attribute(value, true, true, true); in DefinePropertyFuzzTest() 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/ets2panda/linter-4.2/test/ |
D | object_literals_2.ts | 248 attribute: ATTRIBUTE = ATTRIBUTE.COLUMN; property in ContainerModuleItem 255 attribute: ATTRIBUTE.ROW, constant
|
/arkcompiler/ets_frontend/ets2panda/linter/test/ |
D | object_literals_2.ts | 250 attribute: ATTRIBUTE = ATTRIBUTE.COLUMN; property in ContainerModuleItem 257 attribute: ATTRIBUTE.ROW, constant
|
/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/compiler/codegen/maple/mpl2mpl/src/ |
D | call_graph.cpp | 991 FieldAttrs attribute = classType->GetStaticFieldsPair(i).second.second; in SearchDefInClinit() local 1107 FieldAttrs attribute = classType->GetFieldsElemt(i).second.second; in SearchDefInMemberMethods() local 1588 FieldAttrs attribute = classType->GetStaticFieldsPair(i).second.second; in DevirtualFinal() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_first_tests.cpp | 493 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local 516 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local 529 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local 541 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local 1870 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
|
D | jsnapi_second_tests.cpp | 597 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/disassembler/ |
D | disassembler.cpp | 829 …d SetEntityAttribute(T *entity, const std::function<bool()> &shouldSet, std::string_view attribute) in SetEntityAttribute() 840 …EntityAttributeValue(T *entity, const std::function<bool()> &shouldSet, std::string_view attribute, in SetEntityAttributeValue()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 1652 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty() 1786 bool ObjectRef::DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute) in DefineProperty()
|