Home
last modified time | relevance | path

Searched refs:SetFound (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp317 SetFound(entry, value, attr, true); in LookupGlobal()
346 SetFound(entry, value, attr, true); in LookupPropertyInlinedProps()
375 SetFound(entry, value, attr.GetValue(), true); in LookupPropertyInlinedProps()
387 SetFound(entry, value, attr, false); in LookupPropertyInlinedProps()
661 SetFound(elementIndex_, value.GetTaggedValue(), attr.GetValue(), !isDict); in AddProperty()
701 void ObjectOperator::SetFound(uint32_t index, JSTaggedValue value, uint32_t attr, bool mode, bool t… in SetFound() function in panda::ecmascript::ObjectOperator
745 SetFound(elementIndex_, desc.GetValue().GetTaggedValue(), attr.GetValue(), true); in LookupElementInlinedProps()
765 SetFound(elementIndex_, value, PropertyAttributes::GetDefaultAttributes(), true); in LookupElementInlinedProps()
775 SetFound(entry, dictionary->GetValue(entry), attr, false); in LookupElementInlinedProps()
801 SetFound(0, cellHandle.GetTaggedValue(), attr.GetValue(), true); in AddPropertyInternal()
[all …]
Dobject_operator.h258SetFound(NOT_FOUND_INDEX, JSTaggedValue::Undefined(), PropertyAttributes::GetDefaultAttributes(), … in SetAsDefaultAttr()
299 …void SetFound(uint32_t index, JSTaggedValue value, uint32_t attr, bool mode, bool transition = fal…
Djs_object.h239 SetFound(isFound); in PropertyMetaData()
247 inline void SetFound(bool flag) in SetFound() function