Home
last modified time | relevance | path

Searched defs:iterResult (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_iterator.cpp48 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Return() local
Dbuiltins_async_iterator.cpp52 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Return() local
Dbuiltins_async_from_sync_iterator.cpp95 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Throw() local
168 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Return() local
/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.cpp200 bool JSIterator::IteratorComplete(JSThread *thread, const JSHandle<JSTaggedValue> &iterResult) in IteratorComplete()
210 …TaggedValue> JSIterator::IteratorValue(JSThread *thread, const JSHandle<JSTaggedValue> &iterResult) in IteratorValue()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_test.cpp270 JSMutableHandle<JSTaggedValue> iterResult(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_tree_set_test.cpp277 JSMutableHandle<JSTaggedValue> iterResult(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_tree_map_test.cpp306 JSMutableHandle<JSTaggedValue> iterResult(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_hashmap_test.cpp305 JSMutableHandle<JSTaggedValue> iterResult(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h475 JSHandle<JSTaggedValue> iterResult; in RuntimeStArraySpread() local