Searched refs:errorTagged (Results 1 – 2 of 2) sorted by relevance
556 JSHandle<JSTaggedValue> errorTagged = JSHandle<JSTaggedValue>::Cast(error); in AnyRejectElementFunction() local557 JSTaggedValue::DefinePropertyOrThrow(thread, errorTagged, errorsKey, msgDesc); in AnyRejectElementFunction()
763 JSHandle<JSTaggedValue> errorTagged = JSHandle<JSTaggedValue>::Cast(error); in PerformPromiseAny() local764 JSTaggedValue::DefinePropertyOrThrow(thread, errorTagged, errorsKey, msgDesc); in PerformPromiseAny()768 factory->NewCompletionRecord(CompletionRecordType::THROW, errorTagged)); in PerformPromiseAny()