Searched refs:SetFound (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | object_operator.cpp | 317 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 …]
|
D | object_operator.h | 258 …SetFound(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…
|
D | js_object.h | 239 SetFound(isFound); in PropertyMetaData() 247 inline void SetFound(bool flag) in SetFound() function
|