Searched refs:TreeMapConstructor (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treemap.h | 29 static JSTaggedValue TreeMapConstructor(EcmaRuntimeCallInfo *argv);
|
| D | containers_treemap.cpp | 28 JSTaggedValue ContainersTreeMap::TreeMapConstructor(EcmaRuntimeCallInfo *argv) in TreeMapConstructor() function in panda::ecmascript::containers::ContainersTreeMap
|
| D | containers_private.cpp | 498 … thread, mapFuncPrototype, ContainersTreeMap::TreeMapConstructor, "TreeMap", FuncLength::ZERO)); in InitializeTreeMap()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerstreemapcommon_fuzzer/ |
| D | containerstreemapcommon_fuzzer.h | 76 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in CreateJSAPITreeMap() 141 ContainersTreeMap::TreeMapConstructor(callInfo); in ContainersTreeMapConstructorFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_treemap_test.cpp | 148 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in CreateJSAPITreeMap() 156 HWTEST_F_L0(ContainersTreeMapTest, TreeMapConstructor) in HWTEST_F_L0() argument 169 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in HWTEST_F_L0() 182 CONTAINERS_API_EXCEPTION_TEST(ContainersTreeMap, TreeMapConstructor, objCallInfo); in HWTEST_F_L0() 184 CONTAINERS_API_EXCEPTION_TEST(ContainersTreeMap, TreeMapConstructor, objCallInfo); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 810 reinterpret_cast<uintptr_t>(TreeMap::TreeMapConstructor),
|