Searched refs:throwValue (Results 1 – 3 of 3) sorted by relevance
66 JSHandle<JSTaggedValue> throwValue(thread, res); in Throw() local69 return JSHandle<JSObject>::Cast(throwValue); in Throw()75 return JSIterator::CreateIterResultObject(thread, throwValue, true); in Throw()
83 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PromiseReactionJob() local84 runtimeInfo->SetCallArg(throwValue.GetTaggedValue()); in PromiseReactionJob()
950 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAllSettled() local952 factory->NewCompletionRecord(CompletionRecordType::THROW, throwValue); in PerformPromiseAllSettled()