Home
last modified time | relevance | path

Searched defs:hashSet (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_test.cpp41 …void Update(JSHandle<JSAPIHashSet>& hashSet, JSMutableHandle<JSTaggedValue> value, std::string& my… in Update()
64 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0() local
94 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0() local
135 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0() local
177 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0() local
189 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0() local
230 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0() local
Djs_set_test.cpp45 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(thread); in CreateSet() local
Djs_set_iterator_test.cpp36 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(thread); in CreateJSSet() local
/arkcompiler/ets_runtime/test/moduletest/symbol/
Dsymbol.js46 let hashSet = new Set(); variable
/arkcompiler/ets_runtime/test/fuzztest/weaksetref_fuzzer/
Dweaksetref_fuzzer.cpp48 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(thread); in WeakSetRefGetSizeFuzzTest() local
78 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(thread); in WeakSetRefGetTotalElementsFuzzTest() local
108 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(thread); in WeakSetRefGetValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashset.cpp44 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(obj); in HashSetConstructor() local
132 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(self); in Add() local
157 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(self); in Remove() local
274 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(thisHandle); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp44 void JSAPIHashSet::Add(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSHandle<JSTaggedValue> va… in Add()
78 JSTaggedValue JSAPIHashSet::Remove(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSTaggedValue … in Remove()
Djs_api_hashset_iterator.cpp44 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(iteratedHashSet); in Next() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgetsize_fuzzer/
Dsetrefgetsize_fuzzer.cpp49 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(vm->GetJSThread()); in SetRefGetSizeFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgettotalelements_fuzzer/
Dsetrefgettotalelements_fuzzer.cpp49 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(vm->GetJSThread()); in SetRefGetTotalElementsFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/
Dsetiteratorrefget_fuzzer.cpp42 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(thread); in CreateJSSet() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/
Dsetrefgetvalue_fuzzer.cpp49 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(vm->GetJSThread()); in SetRefGetValueFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetadd_fuzzer/
Dcontainershashsetadd_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetAddFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetconstructor_fuzzer/
Dcontainershashsetconstructor_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetConstructorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetentries_fuzzer/
Dcontainershashsetentries_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetEntriesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetisempty_fuzzer/
Dcontainershashsetisempty_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetIsEmptyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetforeach_fuzzer/
Dcontainershashsetforeach_fuzzer.cpp102 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetForEachFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetvalues_fuzzer/
Dcontainershashsetvalues_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetValuesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetremove_fuzzer/
Dcontainershashsetremove_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetclear_fuzzer/
Dcontainershashsetclear_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetClearFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsethas_fuzzer/
Dcontainershashsethas_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetHasFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetgetlength_fuzzer/
Dcontainershashsetgetlength_fuzzer.cpp103 JSHandle<JSAPIHashSet> hashSet = CreateJSAPIHashSet(thread); in ContainersHashSetGetLengthFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp560 JSHandle<LinkedHashSet> hashSet(thread_, sharedSet->GetLinkedSet(thread_)); in SerializeJSONSharedSet() local
576 JSHandle<LinkedHashSet> hashSet(thread_, jsSet->GetLinkedSet(thread_)); in SerializeJSONSet() local
631 JSHandle<JSAPIHashSet> hashSet(value); in SerializeJSONHashSet() local
701 bool JsonStringifier::SerializeLinkedHashSet(const JSHandle<LinkedHashSet> &hashSet, in SerializeLinkedHashSet()
Djson_stringifier_optimized.cpp555 JSHandle<LinkedHashSet> hashSet(thread_, sharedSet->GetLinkedSet(thread_)); in SerializeJSONSharedSet() local
571 JSHandle<LinkedHashSet> hashSet(thread_, jsSet->GetLinkedSet(thread_)); in SerializeJSONSet() local
623 JSHandle<JSAPIHashSet> hashSet(value); in SerializeJSONHashSet() local
690 bool JsonStringifier::SerializeLinkedHashSet(const JSHandle<LinkedHashSet> &hashSet, in SerializeLinkedHashSet()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp198 JSMutableHandle<LinkedHashSet> hashSet(thread, set->GetLinkedSet(thread)); in ForEach() local

12