Home
last modified time | relevance | path

Searched defs:jsSet (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setrefgettotalelements_fuzzer/
Dsetrefgettotalelements_fuzzer.cpp46 JSHandle<JSSet> jsSet = in SetRefGetTotalElementsFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgetsize_fuzzer/
Dsetrefgetsize_fuzzer.cpp46 JSHandle<JSSet> jsSet = in SetRefGetSizeFuzztest() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp79 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
Dbuiltins_shared_set_test.cpp92 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/
Dsetrefgetvalue_fuzzer.cpp46 JSHandle<JSSet> jsSet = in SetRefGetValueFuzztest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_set_iterator_test.cpp50 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in HWTEST_F_L0() local
110 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in NextCommon() local
Ddump_test.cpp197 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/
Dsetiteratorrefget_fuzzer.cpp58 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in SetIteratorRefGetFuzztest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp169 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/
Djson_stringifier_test.cpp94 … 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/
Dserializer_test.cpp611 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/
Djsnapi_second_tests.cpp1045 JSHandle<JSSet> jsSet = in HWTEST_F_L0() local
1097 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in HWTEST_F_L0() local
Dffi_workload.cpp5635 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(factory->NewJSObjectWithInit(setClass)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp647 JSHandle<JSSet> jsSet(value); in SerializeJSONSet() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp211 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(jsSetObject); in NewJSSet() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1756 JSHandle<JSSet> jsSet(JSNApiHelper::ToJSHandle(set)); in New() local