Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.cpp240 JSHandle<JSTaggedValue> exceptionOnThread; in IteratorClose() local
242 exceptionOnThread = JSHandle<JSTaggedValue>(thread, thread->GetException()); in IteratorClose()
254 if (!exceptionOnThread.IsEmpty()) { in IteratorClose()
255 thread->SetException(exceptionOnThread.GetTaggedValue()); in IteratorClose()
268 if (!exceptionOnThread.IsEmpty()) { in IteratorClose()
269 thread->SetException(exceptionOnThread.GetTaggedValue()); in IteratorClose()
278 if (!exceptionOnThread.IsEmpty()) { in IteratorClose()
279 thread->SetException(exceptionOnThread.GetTaggedValue()); in IteratorClose()
291 if (!exceptionOnThread.IsEmpty()) { in IteratorClose()
292 thread->SetException(exceptionOnThread.GetTaggedValue()); in IteratorClose()