Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp87 completionValue = JSPromise::IfThrowGetThrowValue(thread); in PromiseConstructor()
137 itor = JSPromise::IfThrowGetThrowValue(thread); in All()
205 iterator = JSPromise::IfThrowGetThrowValue(thread); in Race()
479 next.Update(JSPromise::IfThrowGetThrowValue(thread).GetTaggedValue()); in PerformPromiseAll()
599 next.Update(JSPromise::IfThrowGetThrowValue(thread).GetTaggedValue()); in PerformPromiseRace()
612 nextValue = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseRace()
623 nextPromise = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseRace()
636 handleResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseRace()
675 promiseResolve = JSPromise::IfThrowGetThrowValue(thread); in Any()
683 iterator = JSPromise::IfThrowGetThrowValue(thread); in Any()
[all …]
Dbuiltins_promise_job.cpp83 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PromiseReactionJob()
121 thenResult = JSPromise::IfThrowGetThrowValue(thread); in PromiseResolveThenableJob()
253 JSHandle<JSTaggedValue> thenResult = JSPromise::IfThrowGetThrowValue(thread); in CatchException()
/arkcompiler/ets_runtime/ecmascript/
Djs_promise.h131 static JSHandle<JSTaggedValue> IfThrowGetThrowValue(JSThread *thread);
Djs_promise.cpp185 JSHandle<JSTaggedValue> JSPromise::IfThrowGetThrowValue(JSThread *thread) in IfThrowGetThrowValue() function in panda::ecmascript::JSPromise