Home
last modified time | relevance | path

Searched defs:iterResult (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_iterator.cpp51 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Return() local
H A Dbuiltins_iterator.cpp49 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, thisValue, true); in ReturnInternal() local
H A Dbuiltins_async_from_sync_iterator.cpp89 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Throw() local
165 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Return() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_iterator.cpp195 bool JSIterator::IteratorComplete(JSThread *thread, const JSHandle<JSTaggedValue> &iterResult) in IteratorComplete() argument
205 JSHandle<JSTaggedValue> JSIterator::IteratorValue(JSThread *thread, const JSHandle<JSTaggedValue> &iterResult) in IteratorValue() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h556 JSHandle<JSTaggedValue> iterResult; in RuntimeStArraySpread() local

Completed in 9 milliseconds