Home
last modified time | relevance | path

Searched refs:throwResult (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_from_sync_iterator.cpp83 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 2 milliseconds