• Home
  • Raw
  • Download

Lines Matching refs:JSObject

39 inline bool JSObject::IsExtensible() const  in IsExtensible()
44 inline void JSObject::FillElementsWithHoles(const JSThread *thread, uint32_t start, uint32_t end) in FillElementsWithHoles()
56 inline JSHClass *JSObject::GetJSHClass() const in GetJSHClass()
61 inline bool JSObject::IsJSGlobalObject() const in IsJSGlobalObject()
66 inline bool JSObject::IsConstructor() const in IsConstructor()
71 inline bool JSObject::IsECMAObject() const in IsECMAObject()
76 inline bool JSObject::IsJSError() const in IsJSError()
81 inline bool JSObject::IsArguments() const in IsArguments()
86 inline bool JSObject::IsDate() const in IsDate()
91 inline bool JSObject::IsJSArray() const in IsJSArray()
96 inline bool JSObject::IsJSMap() const in IsJSMap()
101 inline bool JSObject::IsJSSet() const in IsJSSet()
106 inline bool JSObject::IsJSRegExp() const in IsJSRegExp()
111 inline bool JSObject::IsJSFunction() const in IsJSFunction()
116 inline bool JSObject::IsBoundFunction() const in IsBoundFunction()
121 inline bool JSObject::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction()
126 inline bool JSObject::IsProxyRevocFunction() const in IsProxyRevocFunction()
131 inline bool JSObject::IsAccessorData() const in IsAccessorData()
136 inline bool JSObject::IsJSGlobalEnv() const in IsJSGlobalEnv()
141 inline bool JSObject::IsJSProxy() const in IsJSProxy()
146 inline bool JSObject::IsGeneratorObject() const in IsGeneratorObject()
151 inline bool JSObject::IsAsyncGeneratorObject() const in IsAsyncGeneratorObject()
156 inline bool JSObject::IsForinIterator() const in IsForinIterator()
161 inline bool JSObject::IsJSSetIterator() const in IsJSSetIterator()
166 inline bool JSObject::IsJSRegExpIterator() const in IsJSRegExpIterator()
171 inline bool JSObject::IsJSMapIterator() const in IsJSMapIterator()
176 inline bool JSObject::IsJSArrayIterator() const in IsJSArrayIterator()
181 inline bool JSObject::IsJSAPIArrayListIterator() const in IsJSAPIArrayListIterator()
186 inline bool JSObject::IsJSAPIStackIterator() const in IsJSAPIStackIterator()
191 inline bool JSObject::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator()
196 inline bool JSObject::IsJSAPILinkedListIterator() const in IsJSAPILinkedListIterator()
201 inline bool JSObject::IsJSAPIListIterator() const in IsJSAPIListIterator()
206 inline bool JSObject::IsJSPrimitiveRef() const in IsJSPrimitiveRef()
211 inline bool JSObject::IsElementDict() const in IsElementDict()
216 inline bool JSObject::IsPropertiesDict() const in IsPropertiesDict()
221 inline bool JSObject::IsTypedArray() const in IsTypedArray()
226 std::pair<bool, JSTaggedValue> JSObject::ConvertValueWithRep(uint32_t index, JSTaggedValue value) in ConvertValueWithRep()
250 void JSObject::SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue… in SetPropertyInlinedPropsWithRep()
262 void JSObject::SetPropertyInlinedProps(const JSThread *thread, uint32_t index, JSTaggedValue value) in SetPropertyInlinedProps()
267 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep()
272 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(const JSHClass *hclass, uint32_t index, in GetPropertyInlinedPropsWithRep()
284 JSTaggedValue JSObject::GetPropertyInlinedProps(uint32_t index) const in GetPropertyInlinedProps()
290 void JSObject::SetPropertyInlinedProps(const JSThread *thread, const JSHClass *hclass, uint32_t ind… in SetPropertyInlinedProps()
301 JSTaggedValue JSObject::GetPropertyInlinedProps(const JSHClass *hclass, uint32_t index) const in GetPropertyInlinedProps()
307 JSTaggedValue JSObject::GetProperty(const JSHClass *hclass, PropertyAttributes attr) const in GetProperty()
317 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty()
327 inline bool JSObject::ShouldTransToDict(uint32_t capacity, uint32_t index) in ShouldTransToDict()
348 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity) in ComputeElementCapacity()
354 inline uint32_t JSObject::ComputePropertyCapacity(uint32_t oldCapacity) in ComputePropertyCapacity()
363 JSHandle<JSTaggedValue> JSObject::CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTagged… in CreateListFromArrayLike()
410 inline JSTaggedValue JSObject::ShouldGetValueFromBox(ObjectOperator *op) in ShouldGetValueFromBox()
419 inline bool JSObject::CheckHClassHit(const JSHandle<JSObject> &obj, const JSHandle<JSHClass> &cls) in CheckHClassHit()
424 inline uint32_t JSObject::SetValuesOrEntries(JSThread *thread, const JSHandle<TaggedArray> &prop, u… in SetValuesOrEntries()
440 inline std::pair<JSHandle<TaggedArray>, JSHandle<TaggedArray>> JSObject::GetOwnEnumerableNamesInFas… in GetOwnEnumerableNamesInFastMode()
441 …JSThread *thread, const JSHandle<JSObject> &obj, uint32_t *copyLengthOfKeys, uint32_t *copyLengthO… in GetOwnEnumerableNamesInFastMode()
446 JSHandle<TaggedArray> elementArray = numOfElements > 0 ? JSObject::GetEnumElementKeys( in GetOwnEnumerableNamesInFastMode()
448 JSHandle<TaggedArray> keyArray = numOfKeys > 0 ? JSObject::GetAllEnumKeys( in GetOwnEnumerableNamesInFastMode()