Home
last modified time | relevance | path

Searched defs:isHas (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_arraylist_test.cpp553 bool isHas = arrayList->Has(JSTaggedValue(i * 10)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_arraylist.cpp173 bool isHas = JSHandle<JSAPIArrayList>::Cast(self)->Has(value.GetTaggedValue()); in Has() local
H A Dcontainers_bitvector.cpp139 bool isHas = JSHandle<JSAPIBitVector>::Cast(self)->Has( in Has() local
H A Dcontainers_deque.cpp162 bool isHas = deque->Has(value.GetTaggedValue()); in Has() local
H A Dcontainers_vector.cpp641 bool isHas = JSHandle<JSAPIVector>::Cast(self)->Has(value.GetTaggedValue()); in Has() local

Completed in 6 milliseconds