Lines Matching defs:thread
26 explicit CheckAndCallScope(JSThread *thread) : thread_(thread)
41 void SetToWeakRefTarget(JSThread *thread, JSTaggedValue value)
46 SetWeakRefTarget(thread, weakObj);
71 static JSHandle<CellRecordVector> Append(const JSThread *thread, const JSHandle<CellRecordVector> &vector,
80 static void Register(JSThread *thread, JSHandle<JSTaggedValue> target, JSHandle<JSTaggedValue> heldValue,
82 static bool Unregister(JSThread *thread, JSHandle<JSTaggedValue> UnregisterToken,
84 static void CheckAndCall(JSThread *thread);
85 static bool CleanupFinalizationRegistry(JSThread *thread, JSHandle<JSFinalizationRegistry> obj);
86 static void AddFinRegLists(JSThread *thread, JSHandle<JSFinalizationRegistry> next);
87 static void CleanFinRegLists(JSThread *thread, JSHandle<JSFinalizationRegistry> obj);