Searched refs:GetDefaultAttributes (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | property_attributes.h | 161 return PropertyAttributes(GetDefaultAttributes()); in Default() 183 static inline int32_t GetDefaultAttributes() in GetDefaultAttributes() function in panda::ecmascript::TrackType::PropertyAttributes
|
H A D | object_operator.h | 311 SetFound(NOT_FOUND_INDEX, JSTaggedValue::Undefined(), PropertyAttributes::GetDefaultAttributes(), false, false); in SetAsDefaultAttr()
|
H A D | object_operator.cpp | 998 SetFound(elementIndex_, val, PropertyAttributes::GetDefaultAttributes(), !IsFoundDict()); in LookupElementInlinedProps() 1016 SetFound(elementIndex_, value, PropertyAttributes::GetDefaultAttributes(), !IsFoundDict()); in LookupElementInlinedProps()
|
H A D | js_object.h | 788 PropertyAttributes attr = PropertyAttributes(PropertyAttributes::GetDefaultAttributes()));
|
H A D | object_factory.cpp | 5150 PropertyAttributes attr(PropertyAttributes::GetDefaultAttributes()); in CreateJSObjectWithNamedProperties() 5188 PropertyAttributes attr(PropertyAttributes::GetDefaultAttributes()); in CreateLargeJSObjectWithNamedProperties() 5222 PropertyAttributes attr(PropertyAttributes::GetDefaultAttributes()); in CreateDictionaryJSObjectWithNamedProperties()
|
H A D | js_object.cpp | 231 auto attr = PropertyAttributes(PropertyAttributes::GetDefaultAttributes()); in ElementsToDictionary()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder.cpp | 4069 GateRef attr1 = Int64(PropertyAttributes::GetDefaultAttributes()); in IsArrayLengthWritable() 4404 BRANCH(AddElementInternal(glue, receiver, index, value, Int64(PropertyAttributes::GetDefaultAttributes())), in SetPropertyByIndex() 4573 BRANCH(AddElementInternal(glue, receiver, index, value, Int64(PropertyAttributes::GetDefaultAttributes())), in DefinePropertyByIndex() 4877 Int64(PropertyAttributes::GetDefaultAttributes()), callback); in SetPropertyByName() 5138 Int64(PropertyAttributes::GetDefaultAttributes()), callback); in DefinePropertyByName()
|
Completed in 37 milliseconds