Searched refs:emptyQueue (Results 1 – 3 of 3) sorted by relevance
74 … JSHandle<TaggedQueue> emptyQueue(thread->GlobalConstants()->GetHandledEmptyTaggedQueue()); in ExecutePendingJob() local75 jobQueue->SetPromiseJobQueue(thread, emptyQueue); in ExecutePendingJob()
350 JSHandle<TaggedQueue> emptyQueue = factory->GetEmptyTaggedQueue(); in GetAllEnumKeys() local356 bool isDuplicated = JSObject::IsDepulicateKeys(thread, keyArray, lastLength, emptyQueue, in GetAllEnumKeys()
668 JSHandle<TaggedQueue> emptyQueue = thread->GetEcmaVM()->GetFactory()->GetEmptyTaggedQueue(); in CollectEnumElementsAlongProtoChain() local676 … bool isDuplicated = IsDepulicateKeys(thread, elementArray, lastLength, emptyQueue, keyHandle); in CollectEnumElementsAlongProtoChain()