Searched refs:rejectElement (Results 1 – 1 of 1) sorted by relevance
455 JSHandle<JSPromiseAllSettledElementFunction> rejectElement = in AllSettledRejectElementFunction() local459 … JSHandle<PromiseRecord>::Cast(JSHandle<JSTaggedValue>(thread, rejectElement->GetAlreadyCalled())); in AllSettledRejectElementFunction()467 uint32_t index = rejectElement->GetIndex(); in AllSettledRejectElementFunction()470 JSHandle<PromiseRecord>::Cast(JSHandle<JSTaggedValue>(thread, rejectElement->GetValues())); in AllSettledRejectElementFunction()473 …JSHandle<PromiseCapability>::Cast(JSHandle<JSTaggedValue>(thread, rejectElement->GetCapability())); in AllSettledRejectElementFunction()476 …JSHandle<PromiseRecord>::Cast(JSHandle<JSTaggedValue>(thread, rejectElement->GetRemainingElements(… in AllSettledRejectElementFunction()520 JSHandle<JSPromiseAnyRejectElementFunction> rejectElement = in AnyRejectElementFunction() local523 JSTaggedValue alreadyCalled = rejectElement->GetAlreadyCalled(); in AnyRejectElementFunction()528 rejectElement->SetAlreadyCalled(thread, JSTaggedValue::True()); in AnyRejectElementFunction()530 uint32_t index = rejectElement->GetIndex(); in AnyRejectElementFunction()[all …]