Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp88 JSHandle<JSTaggedValue> throwString = globalConstant->GetHandledThrowString(); in Throw() local
89 JSHandle<JSTaggedValue> throwResult = JSObject::GetMethod(thread, syncIterator, throwString); in Throw()
90 RETURN_REJECT_PROMISE_IF_ABRUPT(thread, throwString, pcap); in Throw()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp137 JSHandle<JSTaggedValue> throwString = thread_->GlobalConstants()->GetHandledThrowString(); in InitRuntimeTypeTable() local
139 std::vector<JSHandle<JSTaggedValue>> iteratorProp { nextString, throwString, returnString }; in InitRuntimeTypeTable()