Home
last modified time | relevance | path

Searched refs:JSAPILightWeightMapIterator (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightmap_iterator.h23 class JSAPILightWeightMapIterator : public JSObject {
25 static JSAPILightWeightMapIterator *Cast(TaggedObject *obj) in Cast()
28 return static_cast<JSAPILightWeightMapIterator *>(obj); in Cast()
Djs_api_lightweightmap_iterator.cpp31 JSTaggedValue JSAPILightWeightMapIterator::Next(EcmaRuntimeCallInfo *argv) in Next()
42 JSHandle<JSAPILightWeightMapIterator> iter(input); in Next()
76 JSHandle<JSTaggedValue> JSAPILightWeightMapIterator::CreateLightWeightMapIterator(JSThread *thread, in CreateLightWeightMapIterator()
Djs_api_lightweightmap.cpp346 JSHandle<JSAPILightWeightMapIterator> iter(factory->NewJSAPILightWeightMapIterator(obj, type)); in GetIteratorObj()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightmap_iterator_test.cpp109 …JSHandle<JSAPILightWeightMapIterator> lightWeightMapIterator = factory->NewJSAPILightWeightMapIter… in HWTEST_F_L0()
120 JSTaggedValue result = JSAPILightWeightMapIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0()
133 JSTaggedValue result = JSAPILightWeightMapIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0()
142JSAPILightWeightMapIterator::CreateLightWeightMapIterator(thread, undefined, IterationKind::KEY_AN… in HWTEST_F_L0()
Ddump_test.cpp1162 CHECK_DUMP_FIELDS(JSObject::SIZE, JSAPILightWeightMapIterator::SIZE, 2U); in HWTEST_F_L0()
1164 JSHandle<JSAPILightWeightMapIterator> jSAPILightWeightMapIterator = in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/
Dcontainerslightweightmapkeys_fuzzer.cpp121 result.Update(JSAPILightWeightMapIterator::Next(callInfo3)); in ContainersLightWeightMapKeysFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer/
Dcontainerslightweightmapvalues_fuzzer.cpp121 result.Update(JSAPILightWeightMapIterator::Next(callInfo3)); in ContainersLightWeightMapValuesFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightmap.cpp205JSAPILightWeightMapIterator::CreateLightWeightMapIterator(thread, self, IterationKind::KEY_AND_VAL… in Entries()
341 JSAPILightWeightMapIterator::CreateLightWeightMapIterator(thread, self, IterationKind::KEY); in Keys()
636JSAPILightWeightMapIterator::CreateLightWeightMapIterator(thread, self, IterationKind::VALUE); in Values()
Dcontainers_private.cpp413 …SetFrozenFunction(thread, lightWeightMapIteratorPrototype, "next", JSAPILightWeightMapIterator::Ne… in InitializeLightWeightMapIterator()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_lightweightmap_test.cpp423 result.Update(JSAPILightWeightMapIterator::Next(callInfo)); in HWTEST_F_L0()
453 result.Update(JSAPILightWeightMapIterator::Next(callInfo)); in HWTEST_F_L0()
485 result.Update(JSAPILightWeightMapIterator::Next(callInfo)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp263 factory->NewEcmaHClass(hClass, JSAPILightWeightMapIterator::SIZE, in InitRootsClass()
Dobject_factory.h126 class JSAPILightWeightMapIterator; variable
605 …JSHandle<JSAPILightWeightMapIterator> NewJSAPILightWeightMapIterator(const JSHandle<JSAPILightWeig…
Ddump.cpp1076 JSAPILightWeightMapIterator::Cast(obj)->Dump(os); in DumpObject()
2159 void JSAPILightWeightMapIterator::Dump(std::ostream &os) const in Dump()
4247 JSAPILightWeightMapIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4967 void JSAPILightWeightMapIterator::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.cpp4064 JSHandle<JSAPILightWeightMapIterator> ObjectFactory::NewJSAPILightWeightMapIterator( in NewJSAPILightWeightMapIterator()
4072 JSHandle<JSAPILightWeightMapIterator> iter(NewJSObject(hclassHandle)); in NewJSAPILightWeightMapIterator()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h543 JSAPILightWeightMapIterator::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp807 reinterpret_cast<uintptr_t>(JSAPILightWeightMapIterator::Next),