Home
last modified time | relevance | path

Searched defs:jsSet (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setrefgetsize_fuzzer/
H A Dsetrefgetsize_fuzzer.cpp46 JSHandle<JSSet> jsSet = in SetRefGetSizeFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/
H A Dsetrefgetvalue_fuzzer.cpp46 JSHandle<JSSet> jsSet = in SetRefGetValueFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgettotalelements_fuzzer/
H A Dsetrefgettotalelements_fuzzer.cpp46 JSHandle<JSSet> jsSet = in SetRefGetTotalElementsFuzztest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A 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/builtins/tests/
H A Dbuiltins_set_test.cpp80 JSTaggedValue SetAlgorithm(JSThread *thread, JSTaggedValue jsSet, std::vector<JSTaggedValue>& args, in SetAlgorithm() argument
166 JSSet *jsSet = JSSet::Cast(reinterpret_cast<TaggedObject *>(result2.GetRawData())); in HWTEST_F_L0() local
203 JSSet *jsSet = JSSet::Cast(reinterpret_cast<TaggedObject *>(result1.GetRawData())); in HWTEST_F_L0() local
240 JSSet *jsSet in HWTEST_F_L0() local
[all...]
H A Dbuiltins_shared_set_test.cpp92 JSTaggedValue SharedSetAlgorithm(JSThread *thread, JSTaggedValue jsSet, std::vector<JSTaggedValue>& args, in SharedSetAlgorithm() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1056 JSHandle<JSSet> jsSet = in HWTEST_F_L0() local
[all...]
H A Dffi_workload.cpp5635 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(factory->NewJSObjectWithInit(setClass)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp211 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(jsSetObject); in NewJSSet() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp248 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(factory->NewJSObjectWithInit(setClass)); in NewJSSet() local
261 JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(factory->NewJSObjectWithInit(setClass)); in NewJSSharedSet() local
662 JSHandle<JSSet> jsSet = NewJSSet(thread, factory, proto); in HWTEST_F_L0() local
668 JSHandle<JSSharedSet> jsSet in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp596 JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(res); in JSSharedSetBasicTest1() local
610 JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(res); in JSSharedSetBasicTest2() local
631 JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(res); in JSSharedSetMultiThreadTest1() local
2241 JSHandle<JSSharedSet> jsSet = JSHandle<JSSharedSet>::Cast(factory->NewSharedOldSpaceJSObjectWithInit(setClass)); CreateSSet() local
2386 JSHandle<JSSharedSet> jsSet = CreateSSet(thread); HWTEST_F_L0() local
2424 JSHandle<JSSharedSet> jsSet = CreateSSet(thread); HWTEST_F_L0() local
[all...]

Completed in 24 milliseconds