| /arkcompiler/ets_runtime/test/fuzztest/setrefgettotalelements_fuzzer/ |
| D | setrefgettotalelements_fuzzer.cpp | 46 JSHandle<JSSet> jsSet = in SetRefGetTotalElementsFuzztest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/setrefgetsize_fuzzer/ |
| D | setrefgetsize_fuzzer.cpp | 46 JSHandle<JSSet> jsSet = in SetRefGetSizeFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_set_test.cpp | 79 JSTaggedValue SetAlgorithm(JSThread *thread, JSTaggedValue jsSet, std::vector<JSTaggedValue>& args, in SetAlgorithm() 165 JSSet *jsSet = JSSet::Cast(reinterpret_cast<TaggedObject *>(result2.GetRawData())); in HWTEST_F_L0() local 202 JSSet *jsSet = JSSet::Cast(reinterpret_cast<TaggedObject *>(result1.GetRawData())); in HWTEST_F_L0() local 239 JSSet *jsSet = JSSet::Cast(reinterpret_cast<TaggedObject *>(result1.GetRawData())); in HWTEST_F_L0() local
|
| D | builtins_shared_set_test.cpp | 92 JSTaggedValue SharedSetAlgorithm(JSThread *thread, JSTaggedValue jsSet, std::vector<JSTaggedValue>&… in SharedSetAlgorithm() 120 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/ |
| D | setrefgetvalue_fuzzer.cpp | 46 JSHandle<JSSet> jsSet = in SetRefGetValueFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_set_iterator_test.cpp | 50 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in HWTEST_F_L0() local 110 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in NextCommon() local
|
| D | dump_test.cpp | 197 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(factory->NewJSObjectWithInit(setClass)); in NewJSSet() local 210 … JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(factory->NewJSObjectWithInit(setClass)); in NewJSSharedSet() local 605 JSHandle<JSSet> jsSet = NewJSSet(thread, factory, proto); in HWTEST_F_L0() local 611 JSHandle<JSSharedSet> jsSet = NewJSSharedSet(thread, factory); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/ |
| D | setiteratorrefget_fuzzer.cpp | 58 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in SetIteratorRefGetFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_set.cpp | 169 JSSet* jsSet = JSSet::Cast(self.GetTaggedValue().GetTaggedObject()); in Has() local 246 JSSet* jsSet = JSSet::Cast(self.GetTaggedValue().GetTaggedObject()); in GetSize() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_stringifier_test.cpp | 94 … JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(factory->NewJSObjectWithInit(setClass)); in CreateJSSharedSet() local 123 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(jsSetObject); in CreateJSSet() local 569 JSHandle<JSSet> jsSet = CreateJSSet(thread); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 611 JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(res); in JSSharedSetBasicTest1() local 625 JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(res); in JSSharedSetBasicTest2() local 646 JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(res); in JSSharedSetMultiThreadTest1() local 2300 …JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(factory->NewSharedOldSpaceJSObjectWithIn… in CreateSSet() local 2445 JSHandle<JSSharedSet> jsSet = CreateSSet(thread); in HWTEST_F_L0() local 2483 JSHandle<JSSharedSet> jsSet = CreateSSet(thread); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 1045 JSHandle<JSSet> jsSet = in HWTEST_F_L0() local 1097 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 5635 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(factory->NewJSObjectWithInit(setClass)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 647 JSHandle<JSSet> jsSet(value); in SerializeJSONSet() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 211 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(jsSetObject); in NewJSSet() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 1756 JSHandle<JSSet> jsSet(JSNApiHelper::ToJSHandle(set)); in New() local
|