Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containershashmapforeach_fuzzer/
Dcontainershashmapforeach_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapForEachFuzzTest()
104 JSHandle<JSAPIHashMap> dMap = CreateJSAPIHashMap(thread); in ContainersHashMapForEachFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapsetall_fuzzer/
Dcontainershashmapsetall_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapSetAllFuzzTest()
105 JSHandle<JSAPIHashMap> dMap = CreateJSAPIHashMap(thread); in ContainersHashMapSetAllFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapset_fuzzer/
Dcontainershashmapset_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapSetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmap_fuzzer/
Dcontainershashmap_fuzzer.cpp66 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
96 JSHandle<JSAPIHashMap> stack = CreateJSAPIHashMap(thread); in ContainersHashMapFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapentries_fuzzer/
Dcontainershashmapentries_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapEntriesFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapkeys_fuzzer/
Dcontainershashmapkeys_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapKeysFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapreplace_fuzzer/
Dcontainershashmapreplace_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapReplaceFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapclear_fuzzer/
Dcontainershashmapclear_fuzzer.cpp66 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
96 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapClearFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapgetlength_fuzzer/
Dcontainershashmapgetlength_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapGetLengthFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapget_fuzzer/
Dcontainershashmapget_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapGetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphaskey_fuzzer/
Dcontainershashmaphaskey_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapHasKeyFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapisempty_fuzzer/
Dcontainershashmapisempty_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapIsEmptyFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapremove_fuzzer/
Dcontainershashmapremove_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapRemoveFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphasvalue_fuzzer/
Dcontainershashmaphasvalue_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapHasValueFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapvalues_fuzzer/
Dcontainershashmapvalues_fuzzer.cpp67 JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap() function
97 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(thread); in ContainersHashMapValuesFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashmap_test.cpp100 JSHandle<JSAPIHashMap> CreateJSAPIHashMap() in CreateJSAPIHashMap() function in panda::test::ContainersHashMapTest
148 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
180 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
282 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
429 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
519 JSHandle<JSAPIHashMap> sMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
534 JSHandle<JSAPIHashMap> dMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
614 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
706 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
817 JSHandle<JSAPIHashMap> tMap = CreateJSAPIHashMap(); in HWTEST_F_L0()
[all …]