Home
last modified time | relevance | path

Searched refs:throwValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dgenerator_helper.cpp66 JSHandle<JSTaggedValue> throwValue(thread, res); in Throw() local
69 return JSHandle<JSObject>::Cast(throwValue); in Throw()
75 return JSIterator::CreateIterResultObject(thread, throwValue, true); in Throw()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp83 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PromiseReactionJob() local
84 runtimeInfo->SetCallArg(throwValue.GetTaggedValue()); in PromiseReactionJob()
Dbuiltins_promise.cpp950 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAllSettled() local
952 factory->NewCompletionRecord(CompletionRecordType::THROW, throwValue); in PerformPromiseAllSettled()