Home
last modified time | relevance | path

Searched refs:IfThrowGetThrowValue (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp75 completionValue = JSPromise::IfThrowGetThrowValue(thread); in PromiseConstructor()
125 itor = JSPromise::IfThrowGetThrowValue(thread); in All()
193 iterator = JSPromise::IfThrowGetThrowValue(thread); in Race()
467 next.Update(JSPromise::IfThrowGetThrowValue(thread).GetTaggedValue()); in PerformPromiseAll()
587 next.Update(JSPromise::IfThrowGetThrowValue(thread).GetTaggedValue()); in PerformPromiseRace()
600 nextValue = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseRace()
611 nextPromise = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseRace()
624 handleResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseRace()
663 promiseResolve = JSPromise::IfThrowGetThrowValue(thread); in Any()
671 iterator = JSPromise::IfThrowGetThrowValue(threa in Any()
[all...]
H A Dbuiltins_promise_job.cpp75 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PromiseReactionJob()
113 thenResult = JSPromise::IfThrowGetThrowValue(thread); in PromiseResolveThenableJob()
259 JSHandle<JSTaggedValue> thenResult = JSPromise::IfThrowGetThrowValue(thread); in CatchException()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_promise.h131 static JSHandle<JSTaggedValue> IfThrowGetThrowValue(JSThread *thread);
H A Djs_promise.cpp178 JSHandle<JSTaggedValue> JSPromise::IfThrowGetThrowValue(JSThread *thread) in IfThrowGetThrowValue() function in panda::ecmascript::JSPromise

Completed in 4 milliseconds