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.cpp1103 CHECK_DUMP_FIELDS(JSObject::SIZE, JSAPILightWeightMapIterator::SIZE, 2U); in HWTEST_F_L0()
1105 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()
635JSAPILightWeightMapIterator::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.cpp429 result.Update(JSAPILightWeightMapIterator::Next(callInfo)); in HWTEST_F_L0()
459 result.Update(JSAPILightWeightMapIterator::Next(callInfo)); in HWTEST_F_L0()
491 result.Update(JSAPILightWeightMapIterator::Next(callInfo)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h122 class JSAPILightWeightMapIterator; variable
556 …JSHandle<JSAPILightWeightMapIterator> NewJSAPILightWeightMapIterator(const JSHandle<JSAPILightWeig…
Dglobal_env_constants.cpp246 factory->NewEcmaHClass(hClass, JSAPILightWeightMapIterator::SIZE, in InitRootsClass()
Ddump.cpp983 JSAPILightWeightMapIterator::Cast(obj)->Dump(os); in DumpObject()
2035 void JSAPILightWeightMapIterator::Dump(std::ostream &os) const in Dump()
4002 JSAPILightWeightMapIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4573 void JSAPILightWeightMapIterator::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &v… in DumpForSnapshot()
Dobject_factory.cpp3568 JSHandle<JSAPILightWeightMapIterator> ObjectFactory::NewJSAPILightWeightMapIterator( in NewJSAPILightWeightMapIterator()
3576 JSHandle<JSAPILightWeightMapIterator> iter(NewJSObject(hclassHandle)); in NewJSAPILightWeightMapIterator()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h483 JSAPILightWeightMapIterator::Cast(object)->VisitRangeSlot(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp805 reinterpret_cast<uintptr_t>(JSAPILightWeightMapIterator::Next),