Home
last modified time | relevance | path

Searched refs:JSAPIArrayListIterator (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist_iterator.h27 class JSAPIArrayListIterator : public JSObject {
29 static JSAPIArrayListIterator *Cast(TaggedObject *obj) in Cast()
32 return static_cast<JSAPIArrayListIterator *>(obj); in Cast()
Djs_api_arraylist_iterator.cpp27 JSTaggedValue JSAPIArrayListIterator::Next(EcmaRuntimeCallInfo *argv) in Next()
39 JSHandle<JSAPIArrayListIterator> iter(input); in Next()
Djs_api_arraylist.cpp455 JSHandle<JSAPIArrayListIterator> iter(factory->NewJSAPIArrayListIterator(obj)); in GetIteratorObj()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_iterator_test.cpp52 …JSHandle<JSAPIArrayListIterator> arrayListIterator(thread, JSAPIArrayList::GetIteratorObj(thread, … in HWTEST_F_L0()
61 JSTaggedValue result = JSAPIArrayListIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0()
83 JSTaggedValue result = JSAPIArrayListIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0()
Ddump_test.cpp1244 CHECK_DUMP_FIELDS(JSObject::SIZE, JSAPIArrayListIterator::SIZE, 2U); in HWTEST_F_L0()
1246 …JSHandle<JSAPIArrayListIterator> jsArrayListIter = factory->NewJSAPIArrayListIterator(jsArrayList); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp441 … factory->NewEcmaHClass(hClass, JSAPIArrayListIterator::SIZE, JSType::JS_API_ARRAYLIST_ITERATOR)); in InitRootsClassesPartTwo()
Dobject_factory.h117 class JSAPIArrayListIterator; variable
707 …JSHandle<JSAPIArrayListIterator> NewJSAPIArrayListIterator(const JSHandle<JSAPIArrayList> &arrayLi…
Ddump.cpp1110 JSAPIArrayListIterator::Cast(obj)->Dump(thread, os); in DumpObject()
2337 void JSAPIArrayListIterator::Dump(const JSThread *thread, std::ostream &os) const in Dump()
4390 JSAPIArrayListIterator::Cast(obj)->DumpForSnapshot(thread, vec); in DumpObject()
5193 void JSAPIArrayListIterator::DumpForSnapshot(const JSThread *thread, std::vector<Reference> &vec) c… in DumpForSnapshot()
Dobject_factory.cpp4631 JSHandle<JSAPIArrayListIterator> ObjectFactory::NewJSAPIArrayListIterator(const JSHandle<JSAPIArray… in NewJSAPIArrayListIterator()
4639 JSHandle<JSAPIArrayListIterator> iter(NewJSObject(hclassHandle)); in NewJSAPIArrayListIterator()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h646 JSAPIArrayListIterator::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp482 JSAPIArrayListIterator::ITERATED_ARRAYLIST_OFFSET, in JSMetadataTestHelper()
483 JSAPIArrayListIterator::SIZE - JSAPIArrayListIterator::ITERATED_ARRAYLIST_OFFSET}}, in JSMetadataTestHelper()
1308JSAPIArrayListIterator::NEXT_INDEX_OFFSET - JSAPIArrayListIterator::ITERATED_ARRAYLIST_OFFSET}}, in JSMetadataTestHelper()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp327 …SetFrozenFunction(thread, arrayListIteratorPrototype, "next", JSAPIArrayListIterator::Next, FuncLe… in InitializeArrayListIterator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp742 reinterpret_cast<uintptr_t>(JSAPIArrayListIterator::Next),