Searched refs:throwResult (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_async_from_sync_iterator.cpp | 83 JSHandle<JSTaggedValue> throwResult = JSObject::GetMethod(thread, syncIterator, throwString); in Throw() local 88 if (throwResult->IsUndefined()) { in Throw() 100 EcmaInterpreter::NewRuntimeCallInfo(thread, throwResult, syncIterator, undefinedValue, 0); in Throw() 101 RETURN_REJECT_PROMISE_IF_ABRUPT(thread, throwResult, pcap); in Throw() 106 EcmaInterpreter::NewRuntimeCallInfo(thread, throwResult, syncIterator, undefinedValue, 1); in Throw() 107 RETURN_REJECT_PROMISE_IF_ABRUPT(thread, throwResult, pcap); in Throw()
|
Completed in 1 milliseconds