Home
last modified time | relevance | path

Searched refs:GetDefaultAttributes (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h161 return PropertyAttributes(GetDefaultAttributes()); in Default()
183 static inline int32_t GetDefaultAttributes() in GetDefaultAttributes() function in panda::ecmascript::TrackType::PropertyAttributes
H A Dobject_operator.h311 SetFound(NOT_FOUND_INDEX, JSTaggedValue::Undefined(), PropertyAttributes::GetDefaultAttributes(), false, false); in SetAsDefaultAttr()
H A Dobject_operator.cpp998 SetFound(elementIndex_, val, PropertyAttributes::GetDefaultAttributes(), !IsFoundDict()); in LookupElementInlinedProps()
1016 SetFound(elementIndex_, value, PropertyAttributes::GetDefaultAttributes(), !IsFoundDict()); in LookupElementInlinedProps()
H A Djs_object.h788 PropertyAttributes attr = PropertyAttributes(PropertyAttributes::GetDefaultAttributes()));
H A Dobject_factory.cpp5150 PropertyAttributes attr(PropertyAttributes::GetDefaultAttributes()); in CreateJSObjectWithNamedProperties()
5188 PropertyAttributes attr(PropertyAttributes::GetDefaultAttributes()); in CreateLargeJSObjectWithNamedProperties()
5222 PropertyAttributes attr(PropertyAttributes::GetDefaultAttributes()); in CreateDictionaryJSObjectWithNamedProperties()
H A Djs_object.cpp231 auto attr = PropertyAttributes(PropertyAttributes::GetDefaultAttributes()); in ElementsToDictionary()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp4069 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