Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/forof_set/
Dforof_set.js64 let iterResult; variable
/arkcompiler/ets_runtime/test/moduletest/forof_map/
Dforof_map.js65 let iterResult; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_iterator.cpp49 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, thisValue, true); in ReturnInternal() local
Dbuiltins_async_iterator.cpp51 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Return() local
Dbuiltins_async_from_sync_iterator.cpp89 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Throw() local
166 JSHandle<JSObject> iterResult = JSIterator::CreateIterResultObject(thread, value, true); in Return() local
/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.cpp195 bool JSIterator::IteratorComplete(JSThread *thread, const JSHandle<JSTaggedValue> &iterResult) in IteratorComplete()
205 …TaggedValue> JSIterator::IteratorValue(JSThread *thread, const JSHandle<JSTaggedValue> &iterResult) in IteratorValue()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_set_test.cpp233 JSMutableHandle<JSTaggedValue> iterResult(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_hashset_test.cpp214 JSMutableHandle<JSTaggedValue> iterResult(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_tree_map_test.cpp260 JSMutableHandle<JSTaggedValue> iterResult(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_hashmap_test.cpp256 JSMutableHandle<JSTaggedValue> iterResult(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h560 JSHandle<JSTaggedValue> iterResult; in RuntimeStArraySpread() local