Home
last modified time | relevance | path

Searched refs:InitializeTreeMapConstructor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containerstreemapcommon_fuzzer/
Dcontainerstreemapcommon_fuzzer.h50 static JSTaggedValue InitializeTreeMapConstructor(JSThread *thread) in InitializeTreeMapConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeTreeMapConstructor(thread)); in CreateJSAPITreeMap()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp116 JSTaggedValue InitializeTreeMapConstructor() in InitializeTreeMapConstructor() function in panda::test::ContainersTreeMapTest
140 JSHandle<JSFunction> newTarget(thread, InitializeTreeMapConstructor()); in CreateJSAPITreeMap()
159 InitializeTreeMapConstructor(); in HWTEST_F_L0()
160 JSHandle<JSFunction> newTarget(thread, InitializeTreeMapConstructor()); in HWTEST_F_L0()