Home
last modified time | relevance | path

Searched refs:InitializeHashMapConstructor (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containershashmap_fuzzer/
Dcontainershashmap_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
68 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapset_fuzzer/
Dcontainershashmapset_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapget_fuzzer/
Dcontainershashmapget_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapvalues_fuzzer/
Dcontainershashmapvalues_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapremove_fuzzer/
Dcontainershashmapremove_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphaskey_fuzzer/
Dcontainershashmaphaskey_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapentries_fuzzer/
Dcontainershashmapentries_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapisempty_fuzzer/
Dcontainershashmapisempty_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapgetlength_fuzzer/
Dcontainershashmapgetlength_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapkeys_fuzzer/
Dcontainershashmapkeys_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphasvalue_fuzzer/
Dcontainershashmaphasvalue_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapsetall_fuzzer/
Dcontainershashmapsetall_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapclear_fuzzer/
Dcontainershashmapclear_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
68 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapreplace_fuzzer/
Dcontainershashmapreplace_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapforeach_fuzzer/
Dcontainershashmapforeach_fuzzer.cpp49 JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor() function
69 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor(thread)); in CreateJSAPIHashMap()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashmap_test.cpp79 JSTaggedValue InitializeHashMapConstructor() in InitializeHashMapConstructor() function in panda::test::ContainersHashMapTest
102 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor()); in CreateJSAPIHashMap()
119 InitializeHashMapConstructor(); in HWTEST_F_L0()
120 JSHandle<JSFunction> newTarget(thread, InitializeHashMapConstructor()); in HWTEST_F_L0()