Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/plugins/ecmascript/assembler/extension/
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/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()
224 virtual bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationRecordAttribute()
[all …]
Dmeta.cpp238 std::optional<Metadata::Error> AnnotationMetadata::Store(std::string_view attribute) in Store()
253 …d::optional<Metadata::Error> AnnotationMetadata::MeetExpRecordAttribute(std::string_view attribute, in MeetExpRecordAttribute()
267 std::optional<Metadata::Error> AnnotationMetadata::MeetExpIdAttribute(std::string_view attribute, in MeetExpIdAttribute()
287 …tional<Metadata::Error> AnnotationMetadata::MeetExpElementNameAttribute(std::string_view attribute, in MeetExpElementNameAttribute()
307 …tional<Metadata::Error> AnnotationMetadata::MeetExpElementTypeAttribute(std::string_view attribute, in MeetExpElementTypeAttribute()
327 …a::Error> AnnotationMetadata::MeetExpElementArrayComponentTypeAttribute(std::string_view attribute, in MeetExpElementArrayComponentTypeAttribute()
352 …ional<Metadata::Error> AnnotationMetadata::MeetExpElementValueAttribute(std::string_view attribute, in MeetExpElementValueAttribute()
382 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(std::string_view attribute, std::stri… in StoreValue()
479 std::optional<Metadata::Error> FieldMetadata::StoreValue(std::string_view attribute, std::string_vi… in StoreValue()
Dasm_metadata.rb85 def attribute_name(attribute) argument
/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/napi/test/
Djsnapi_tests.cpp278 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
294 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
307 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
319 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
1210 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp111 PropertyAttributes attribute(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1075 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty()
1171 bool ObjectRef::DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute) in DefineProperty()