Searched refs:JSAPIPlainArrayIterator (Results 1 – 12 of 12) sorted by relevance
23 class JSAPIPlainArrayIterator : public JSObject {25 static JSAPIPlainArrayIterator *Cast(TaggedObject *obj) in Cast()28 return static_cast<JSAPIPlainArrayIterator *>(obj); in Cast()
31 JSTaggedValue JSAPIPlainArrayIterator::Next(EcmaRuntimeCallInfo *argv) in Next()42 JSHandle<JSAPIPlainArrayIterator> iter(input); in Next()
103 JSHandle<JSAPIPlainArrayIterator> plainArrayIterator = factory->NewJSAPIPlainArrayIterator( in HWTEST_F_L0()114 JSTaggedValue result = JSAPIPlainArrayIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0()
1206 CHECK_DUMP_FIELDS(JSObject::SIZE, JSAPIPlainArrayIterator::SIZE, 2U); in HWTEST_F_L0()1208 JSHandle<JSAPIPlainArrayIterator> jSAPIPlainArrayIter = in HWTEST_F_L0()
275 …factory->NewEcmaHClass(hClass, JSAPIPlainArrayIterator::SIZE, JSType::JS_API_PLAIN_ARRAY_ITERATOR)… in InitRootsClass()
66 class JSAPIPlainArrayIterator; variable601 …JSHandle<JSAPIPlainArrayIterator> NewJSAPIPlainArrayIterator(const JSHandle<JSAPIPlainArray> &plai…
1204 JSAPIPlainArrayIterator::Cast(obj)->Dump(os); in DumpObject()1946 void JSAPIPlainArrayIterator::Dump(std::ostream &os) const in Dump()1954 void JSAPIPlainArrayIterator::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()4331 JSAPIPlainArrayIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4110 JSHandle<JSAPIPlainArrayIterator> ObjectFactory::NewJSAPIPlainArrayIterator(const JSHandle<JSAPIPla… in NewJSAPIPlainArrayIterator()4118 JSHandle<JSAPIPlainArrayIterator> iter(NewJSObject(hclassHandle)); in NewJSAPIPlainArrayIterator()
615 JSAPIPlainArrayIterator::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
288 result.Update(JSAPIPlainArrayIterator::Next(callInfo)); in HWTEST_F_L0()
705 …SetFrozenFunction(thread, plainarrayIteratorPrototype, "next", JSAPIPlainArrayIterator::Next, Func… in InitializePlainArrayIterator()
938 reinterpret_cast<uintptr_t>(JSAPIPlainArrayIterator::Next),