Lines Matching defs:obj
62 const TaggedObject *obj = this; in GetCallTarget() local
74 …<TaggedArray> JSObject::GrowElementsCapacity(const JSThread *thread, const JSHandle<JSObject> &obj, in GrowElementsCapacity()
199 void JSObject::ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj) in ElementsToDictionary()
284 void JSObject::DeletePropertyInternal(JSThread *thread, const JSHandle<JSObject> &obj, in DeletePropertyInternal()
316 void JSObject::GetAllKeys(const JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllKeys()
339 void JSObject::GetAllKeysByFilter(const JSThread *thread, const JSHandle<JSObject> &obj, in GetAllKeysByFilter()
364 void JSObject::GetAllKeys(const JSHandle<JSObject> &obj, std::vector<JSTaggedValue> &keyVector) in GetAllKeys()
380 …TaggedArray> JSObject::GetAllEnumKeys(const JSThread *thread, const JSHandle<JSObject> &obj, int o… in GetAllEnumKeys()
418 void JSObject::GetAllEnumKeys(const JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllEnumKeys()
442 void JSObject::GetAllElementKeys(JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllElementKeys()
469 const JSHandle<JSObject> &obj, in GetAllElementKeysByFilter()
508 void JSObject::GetALLElementKeysIntoVector(const JSThread *thread, const JSHandle<JSObject> &obj, in GetALLElementKeysIntoVector()
525 JSHandle<TaggedArray> JSObject::GetEnumElementKeys(JSThread *thread, const JSHandle<JSObject> &obj,… in GetEnumElementKeys()
560 void JSObject::GetEnumElementKeys(JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetEnumElementKeys()
636 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JST… in SetProperty()
647 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagged… in SetProperty()
657 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JST… in SetProperty()
668 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index, in SetProperty()
849 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty()
859 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSObject> &obj, in GetProperty()
869 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty()
879 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_… in GetProperty()
931 bool JSObject::DeleteProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTag… in DeleteProperty()
955 bool JSObject::GetOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTag… in GetOwnProperty()
981 bool JSObject::OrdinaryGetOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, in OrdinaryGetOwnProperty()
1005 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in DefineOwnProperty()
1011 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in DefineOwnProperty()
1018 bool JSObject::OrdinaryDefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, in OrdinaryDefineOwnProperty()
1033 bool JSObject::OrdinaryDefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t … in OrdinaryDefineOwnProperty()
1177 JSTaggedValue JSObject::GetPrototype(const JSHandle<JSObject> &obj) in GetPrototype()
1183 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagge… in SetPrototype()
1231 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagged… in HasProperty()
1245 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index) in HasProperty()
1259 bool JSObject::PreventExtensions(JSThread *thread, const JSHandle<JSObject> &obj) in PreventExtensions()
1271 JSHandle<TaggedArray> JSObject::GetOwnPropertyKeys(JSThread *thread, const JSHandle<JSObject> &obj) in GetOwnPropertyKeys()
1285 JSHandle<TaggedArray> JSObject::GetAllPropertyKeys(JSThread *thread, const JSHandle<JSObject> &obj,… in GetAllPropertyKeys()
1344 …ndle<TaggedArray> JSObject::GetOwnEnumPropertyKeys(JSThread *thread, const JSHandle<JSObject> &obj) in GetOwnEnumPropertyKeys()
1368 bool JSObject::CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<J… in CreateDataProperty()
1382 bool JSObject::CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in CreateDataProperty()
1396 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, in CreateDataPropertyOrThrow()
1409 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t … in CreateDataPropertyOrThrow()
1421 bool JSObject::CreateMethodProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle… in CreateMethodProperty()
1432 JSHandle<JSTaggedValue> JSObject::GetMethod(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetMethod()
1448 bool JSObject::SetIntegrityLevel(JSThread *thread, const JSHandle<JSObject> &obj, IntegrityLevel le… in SetIntegrityLevel()
1509 bool JSObject::TestIntegrityLevel(JSThread *thread, const JSHandle<JSObject> &obj, IntegrityLevel l… in TestIntegrityLevel()
1551 JSHandle<TaggedArray> JSObject::EnumerableOwnNames(JSThread *thread, const JSHandle<JSObject> &obj) in EnumerableOwnNames()
1601 void JSObject::EnumerableOwnPropertyNamesHelper(JSThread *thread, const JSHandle<JSObject> &obj, in EnumerableOwnPropertyNamesHelper()
1637 …<TaggedArray> JSObject::EnumerableOwnPropertyNames(JSThread *thread, const JSHandle<JSObject> &obj, in EnumerableOwnPropertyNames()
1844 bool JSObject::ToPropertyDescriptorFast(JSThread *thread, const JSHandle<JSTaggedValue> &obj, Prope… in ToPropertyDescriptorFast()
1909 void JSObject::ToPropertyDescriptor(JSThread *thread, const JSHandle<JSTaggedValue> &obj, PropertyD… in ToPropertyDescriptor()
1990 …Handle<JSTaggedValue> JSObject::SpeciesConstructor(JSThread *thread, const JSHandle<JSObject> &obj, in SpeciesConstructor()
2065 …Iterator> JSObject::EnumerateObjectProperties(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in EnumerateObjectProperties()
2082 void JSObject::DefinePropertyByLiteral(JSThread *thread, const JSHandle<JSObject> &obj, in DefinePropertyByLiteral()
2104 void JSObject::DefineSetter(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JS… in DefineSetter()
2114 void JSObject::DefineGetter(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JS… in DefineGetter()
2137 JSHandle<JSObject> obj = factory->NewOldSpaceObjLiteralByHClass(properties, propsLen); in CreateObjectFromProperties() local
2165 JSHandle<JSObject> obj = factory->NewEmptyJSObject(); in CreateObjectFromProperties() local
2186 void JSObject::AddAccessor(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JST… in AddAccessor()
2323 JSHandle<ECMAObject> obj(thread, this); in SetNativePointerFieldCount() local