Home
last modified time | relevance | path

Searched refs:jsTreeMap (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_map_iterator_test.cpp75 JSHandle<JSAPITreeMap> jsTreeMap( in CreateTreeMap() local
78 jsTreeMap->SetTreeMap(thread, internal); in CreateTreeMap()
79 return jsTreeMap; in CreateTreeMap()
93 JSHandle<JSAPITreeMap> jsTreeMap = CreateTreeMap(); in HWTEST_F_L0() local
94 EXPECT_TRUE(*jsTreeMap != nullptr); in HWTEST_F_L0()
96 factory->NewJSAPITreeMapIterator(jsTreeMap, IterationKind::KEY); in HWTEST_F_L0()
117 JSHandle<JSAPITreeMap> jsTreeMap = CreateTreeMap(); in HWTEST_F_L0() local
118 EXPECT_TRUE(*jsTreeMap != nullptr); in HWTEST_F_L0()
120 factory->NewJSAPITreeMapIterator(jsTreeMap, IterationKind::VALUE); in HWTEST_F_L0()
129 JSAPITreeMap::Set(thread, jsTreeMap, key, value); in HWTEST_F_L0()
[all …]
Ddump_test.cpp227 …JSHandle<JSAPITreeMap> jsTreeMap = JSHandle<JSAPITreeMap>::Cast(factory->NewJSObjectWithInit(mapCl… in NewJSAPITreeMap() local
229 jsTreeMap->SetTreeMap(thread, treeMap); in NewJSAPITreeMap()
230 return jsTreeMap; in NewJSAPITreeMap()
1216 JSHandle<JSAPITreeMap> jsTreeMap = NewJSAPITreeMap(thread, factory); in HWTEST_F_L0() local
1217 DUMP_FOR_HANDLE(jsTreeMap); in HWTEST_F_L0()
1230 JSHandle<JSAPITreeMap> jsTreeMap = NewJSAPITreeMap(thread, factory); in HWTEST_F_L0() local
1232 factory->NewJSAPITreeMapIterator(jsTreeMap, IterationKind::KEY); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp134 …JSHandle<JSAPITreeMap> jsTreeMap = JSHandle<JSAPITreeMap>::Cast(factory->NewJSObjectWithInit(mapCl… in JSValueRefIsTreeMapFuzzTest() local
136 jsTreeMap->SetTreeMap(thread, treeMap); in JSValueRefIsTreeMapFuzzTest()
137 JSHandle<JSTaggedValue> argumentTag = JSHandle<JSTaggedValue>::Cast(jsTreeMap); in JSValueRefIsTreeMapFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp619 …JSHandle<JSAPITreeMap> jsTreeMap = JSHandle<JSAPITreeMap>::Cast(factory->NewJSObjectWithInit(mapCl… in HWTEST_F_L0() local
621 jsTreeMap->SetTreeMap(thread, treeMap); in HWTEST_F_L0()
622 JSHandle<JSTaggedValue> argumentTag = JSHandle<JSTaggedValue>::Cast(jsTreeMap); in HWTEST_F_L0()
Dffi_workload.cpp6001 …JSHandle<JSAPITreeMap> jsTreeMap = JSHandle<JSAPITreeMap>::Cast(factory->NewJSObjectWithInit(mapCl… in HWTEST_F_L0() local
6003 jsTreeMap->SetTreeMap(thread, treeMap); in HWTEST_F_L0()
6004 JSHandle<JSTaggedValue> treapp = JSHandle<JSTaggedValue>::Cast(jsTreeMap); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_lightweightmap_test.cpp68 JSHandle<JSAPILightWeightMap> jsTreeMap(GetThis(argv)); in TestForEachFunc() local
69 JSAPILightWeightMap::Set(thread, jsTreeMap, key, value); in TestForEachFunc()
Dcontainers_treemap_test.cpp73 JSHandle<JSAPITreeMap> jsTreeMap(GetThis(argv)); in TestForEachFunc() local
74 JSAPITreeMap::Set(thread, jsTreeMap, key, value); in TestForEachFunc()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2725 JSHandle<JSAPITreeMap> jsTreeMap = JSHandle<JSAPITreeMap>::Cast(factory->NewJSObjectWithInit(mapCla…
2727 jsTreeMap->SetTreeMap(thread, treeMap);
2728 JSHandle<JSTaggedValue> treeMapTagValue = JSHandle<JSTaggedValue>::Cast(jsTreeMap);