Searched refs:JSAPILightWeightSetIterator (Results 1 – 12 of 12) sorted by relevance
23 class JSAPILightWeightSetIterator : public JSObject {25 static JSAPILightWeightSetIterator *Cast(TaggedObject *obj) in Cast()28 return static_cast<JSAPILightWeightSetIterator *>(obj); in Cast()
31 JSTaggedValue JSAPILightWeightSetIterator::Next(EcmaRuntimeCallInfo *argv) in Next()42 JSHandle<JSAPILightWeightSetIterator> iter(input); in Next()
104 …JSHandle<JSAPILightWeightSetIterator> lightWeightSetIterator = factory->NewJSAPILightWeightSetIter… in HWTEST_F_L0()115 JSTaggedValue result = JSAPILightWeightSetIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0()128 JSTaggedValue result = JSAPILightWeightSetIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0()
1176 CHECK_DUMP_FIELDS(JSObject::SIZE, JSAPILightWeightSetIterator::SIZE, 2U); in HWTEST_F_L0()1177 JSHandle<JSAPILightWeightSetIterator> jSAPILightWeightSetIter = in HWTEST_F_L0()
424 result.Update(JSAPILightWeightSetIterator::Next(callInfo)); in HWTEST_F_L0()459 result.Update(JSAPILightWeightSetIterator::Next(callInfo)); in HWTEST_F_L0()
266 factory->NewEcmaHClass(hClass, JSAPILightWeightSetIterator::SIZE, in InitRootsClass()
128 class JSAPILightWeightSetIterator; variable607 …JSHandle<JSAPILightWeightSetIterator> NewJSAPILightWeightSetIterator(const JSHandle<JSAPILightWeig…
1082 JSAPILightWeightSetIterator::Cast(obj)->Dump(os); in DumpObject()2243 void JSAPILightWeightSetIterator::Dump(std::ostream &os) const in Dump()4253 JSAPILightWeightSetIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()5023 void JSAPILightWeightSetIterator::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
4080 JSHandle<JSAPILightWeightSetIterator> ObjectFactory::NewJSAPILightWeightSetIterator( in NewJSAPILightWeightSetIterator()4088 JSHandle<JSAPILightWeightSetIterator> iter(NewJSObject(hclassHandle)); in NewJSAPILightWeightSetIterator()
549 JSAPILightWeightSetIterator::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
480 …thread, lightWeightSetIteratorPrototype, "next", JSAPILightWeightSetIterator::Next, FuncLength::ON… in InitializeLightWeightSetIterator()
829 reinterpret_cast<uintptr_t>(JSAPILightWeightSetIterator::Next),