Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.cpp246 JSHandle<JSTaggedValue> exceptionOnThread; in IteratorClose() local
248 exceptionOnThread = JSHandle<JSTaggedValue>(thread, thread->GetException()); in IteratorClose()
260 if (!exceptionOnThread.IsEmpty()) { in IteratorClose()
261 thread->SetException(exceptionOnThread.GetTaggedValue()); in IteratorClose()
274 if (!exceptionOnThread.IsEmpty()) { in IteratorClose()
275 thread->SetException(exceptionOnThread.GetTaggedValue()); in IteratorClose()
284 if (!exceptionOnThread.IsEmpty()) { in IteratorClose()
285 thread->SetException(exceptionOnThread.GetTaggedValue()); in IteratorClose()
297 if (!exceptionOnThread.IsEmpty()) { in IteratorClose()
298 thread->SetException(exceptionOnThread.GetTaggedValue()); in IteratorClose()