Home
last modified time | relevance | path

Searched refs:CreateHashSet (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_iterator_test.cpp36 JSAPIHashSet *CreateHashSet() in CreateHashSet() function in panda::test::JSAPIHashSetIteratorTest
38 return EcmaContainerCommon::CreateHashSet(thread); in CreateHashSet()
51 JSHandle<JSAPIHashSet> jsHashSet(thread, CreateHashSet()); in HWTEST_F_L0()
Djs_api_hashset_test.cpp36 JSAPIHashSet *CreateHashSet() in CreateHashSet() function in panda::test::JSAPIHashSetTest
38 return EcmaContainerCommon::CreateHashSet(thread); in CreateHashSet()
56 JSAPIHashSet *set = CreateHashSet(); in HWTEST_F_L0()
64 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
94 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
135 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
177 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
189 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
230 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
Decma_container_common.h118 static JSAPIHashSet *CreateHashSet(JSThread *thread) in CreateHashSet() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp134 static JSAPIHashSet *CreateHashSet(JSThread *thread) in CreateHashSet() function
136 return EcmaContainerCommon::CreateHashSet(thread); in CreateHashSet()
633 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet(thread)); in HWTEST_F_L0()
643 JSHandle<JSAPIHashSet> hashSet1(thread, CreateHashSet(thread)); in HWTEST_F_L0()