Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/assembler/extension/
Dets_meta.h25 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/
Decmascript_meta.h51 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 …]
Decmascript_meta.cpp38 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/
Dmeta.h72 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 …]
Dmeta.cpp237 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()
Dasm_metadata.rb85 def attribute_name(attribute) argument
/arkcompiler/runtime_core/assembler/
Dmeta.h72 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 …]
Dmeta.cpp236 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()
Dasm_metadata.rb85 def attribute_name(attribute) argument
/arkcompiler/toolchain/tooling/test/
Dpt_params_test.cpp55 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 …]
Dpt_types_test.cpp318 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/
Dts_type_accessor.cpp25 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/
Dobjectrefgetownproperty_fuzzer.cpp40 PropertyAttribute attribute(objectvalue, true, true, true); in JSNApiGetOwnPropertyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/
Dobjectref_fuzzer.cpp61 PropertyAttribute attribute(value, true, true, true); in DefinePropertyFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp101 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/
Dobject_literals_2.ts248 attribute: ATTRIBUTE = ATTRIBUTE.COLUMN; property in ContainerModuleItem
255 attribute: ATTRIBUTE.ROW, constant
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dobject_literals_2.ts250 attribute: ATTRIBUTE = ATTRIBUTE.COLUMN; property in ContainerModuleItem
257 attribute: ATTRIBUTE.ROW, constant
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts20 public attribute: string; property in Metadata
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json152 "attribute": "" string
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp111 PropertyAttributes attribute(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp991 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/
Djsnapi_first_tests.cpp493 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
Djsnapi_second_tests.cpp597 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp829 …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/
Djsnapi_expo.cpp1652 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty()
1786 bool ObjectRef::DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute) in DefineProperty()

12