Searched refs:IfThrowGetThrowValue (Results 1 – 4 of 4) sorted by relevance
87 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 …]
83 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PromiseReactionJob()121 thenResult = JSPromise::IfThrowGetThrowValue(thread); in PromiseResolveThenableJob()253 JSHandle<JSTaggedValue> thenResult = JSPromise::IfThrowGetThrowValue(thread); in CatchException()
131 static JSHandle<JSTaggedValue> IfThrowGetThrowValue(JSThread *thread);
185 JSHandle<JSTaggedValue> JSPromise::IfThrowGetThrowValue(JSThread *thread) in IfThrowGetThrowValue() function in panda::ecmascript::JSPromise