Lines Matching defs:thread
24 JSTaggedValue JSSharedArray::LengthGetter([[maybe_unused]] JSThread *thread, const JSHandle<JSObjec… in LengthGetter()
33 bool JSSharedArray::DummyLengthSetter([[maybe_unused]] JSThread *thread, in DummyLengthSetter()
42 bool JSSharedArray::LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<J… in LengthSetter()
75 JSHandle<JSTaggedValue> JSSharedArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, ArrayMo… in ArrayCreate()
83 JSHandle<JSTaggedValue> JSSharedArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, in ArrayCreate()
117 JSTaggedValue JSSharedArray::ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &origina… in ArraySpeciesCreate()
204 JSHandle<TaggedArray> JSSharedArray::SetCapacity(const JSThread *thread, const JSHandle<TaggedArray… in SetCapacity()
213 void JSSharedArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen,… in SetCapacity()
233 bool JSSharedArray::ArraySetLength(JSThread *thread, const JSHandle<JSObject> &array, const Propert… in ArraySetLength()
306 bool JSSharedArray::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, u… in PropertyKeyToArrayIndex()
312 bool JSSharedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, in DefineOwnProperty()
343 bool JSSharedArray::IsLengthString(JSThread *thread, const JSHandle<JSTaggedValue> &key) in IsLengthString()
348 JSHandle<JSSharedArray> JSSharedArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedA… in CreateArrayFromList()
367 JSHandle<JSTaggedValue> JSSharedArray::FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTa… in FastGetPropertyByValue()
375 JSHandle<JSTaggedValue> JSSharedArray::FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTa… in FastGetPropertyByValue()
384 bool JSSharedArray::FastSetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, ui… in FastSetPropertyByValue()
390 bool JSSharedArray::FastSetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in FastSetPropertyByValue()
397 OperationResult JSSharedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty()
414 bool JSSharedArray::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty()
433 bool JSSharedArray::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty()
453 JSTaggedValue JSSharedArray::Sort(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in Sort()
503 bool JSSharedArray::IncludeInSortedValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in IncludeInSortedValue()
529 void JSSharedArray::CheckAndCopyArray(const JSThread *thread, JSHandle<JSSharedArray> obj) in CheckAndCopyArray()
548 void JSSharedArray::DeleteInElementMode(const JSThread *thread, JSHandle<JSSharedArray> &obj) in DeleteInElementMode()