Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_set_iterator_test.cpp76 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in HWTEST_F_L0() local
142 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in HWTEST_F_L0() local
176 JSHandle<JSSet> jsSet(thread, CreateJSSet(thread)); in HWTEST_F_L0() local
Djs_api_tree_set_iterator_test.cpp75 …JSHandle<JSAPITreeSet> jsSet(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), … in CreateTreeSet() local
Ddump_test.cpp193 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(factory->NewJSObjectWithInit(setClass)); in NewJSSet() local
555 JSHandle<JSSet> jsSet = NewJSSet(thread, factory, proto); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp158 JSSet *jsSet = JSSet::Cast(reinterpret_cast<TaggedObject *>(result2.GetRawData())); in HWTEST_F_L0() local
219 JSSet *jsSet = JSSet::Cast(reinterpret_cast<TaggedObject *>(result1.GetRawData())); in HWTEST_F_L0() local
263 JSSet *jsSet = JSSet::Cast(reinterpret_cast<TaggedObject *>(result1.GetRawData())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp177 JSSet *jsSet = JSSet::Cast(*JSTaggedValue::ToObject(thread, self)); in Has() local
255 JSSet *jsSet = JSSet::Cast(*JSTaggedValue::ToObject(thread, self)); in GetSize() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp1568 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(factory_->NewJSObjectByConstructor(setFunction)); in ReadJSSet() local