Home
last modified time | relevance | path

Searched refs:TreeMapConstructor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treemap.h29 static JSTaggedValue TreeMapConstructor(EcmaRuntimeCallInfo *argv);
Dcontainers_treemap.cpp28 JSTaggedValue ContainersTreeMap::TreeMapConstructor(EcmaRuntimeCallInfo *argv) in TreeMapConstructor() function in panda::ecmascript::containers::ContainersTreeMap
Dcontainers_private.cpp498 … thread, mapFuncPrototype, ContainersTreeMap::TreeMapConstructor, "TreeMap", FuncLength::ZERO)); in InitializeTreeMap()
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapcommon_fuzzer/
Dcontainerstreemapcommon_fuzzer.h76 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in CreateJSAPITreeMap()
141 ContainersTreeMap::TreeMapConstructor(callInfo); in ContainersTreeMapConstructorFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp148 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/
Dsnapshot_processor.cpp810 reinterpret_cast<uintptr_t>(TreeMap::TreeMapConstructor),