Home
last modified time | relevance | path

Searched refs:JSAPILightWeightSetIterator (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset_iterator.h23 class JSAPILightWeightSetIterator : public JSObject {
25 static JSAPILightWeightSetIterator *Cast(TaggedObject *obj) in Cast()
28 return static_cast<JSAPILightWeightSetIterator *>(obj); in Cast()
Djs_api_lightweightset_iterator.cpp31 JSTaggedValue JSAPILightWeightSetIterator::Next(EcmaRuntimeCallInfo *argv) in Next()
42 JSHandle<JSAPILightWeightSetIterator> iter(input); in Next()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightset_iterator_test.cpp104 …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()
Ddump_test.cpp1176 CHECK_DUMP_FIELDS(JSObject::SIZE, JSAPILightWeightSetIterator::SIZE, 2U); in HWTEST_F_L0()
1177 JSHandle<JSAPILightWeightSetIterator> jSAPILightWeightSetIter = in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_lightweightset_test.cpp424 result.Update(JSAPILightWeightSetIterator::Next(callInfo)); in HWTEST_F_L0()
459 result.Update(JSAPILightWeightSetIterator::Next(callInfo)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp266 factory->NewEcmaHClass(hClass, JSAPILightWeightSetIterator::SIZE, in InitRootsClass()
Dobject_factory.h128 class JSAPILightWeightSetIterator; variable
607 …JSHandle<JSAPILightWeightSetIterator> NewJSAPILightWeightSetIterator(const JSHandle<JSAPILightWeig…
Ddump.cpp1082 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()
Dobject_factory.cpp4080 JSHandle<JSAPILightWeightSetIterator> ObjectFactory::NewJSAPILightWeightSetIterator( in NewJSAPILightWeightSetIterator()
4088 JSHandle<JSAPILightWeightSetIterator> iter(NewJSObject(hclassHandle)); in NewJSAPILightWeightSetIterator()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h549 JSAPILightWeightSetIterator::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp480 …thread, lightWeightSetIteratorPrototype, "next", JSAPILightWeightSetIterator::Next, FuncLength::ON… in InitializeLightWeightSetIterator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp829 reinterpret_cast<uintptr_t>(JSAPILightWeightSetIterator::Next),