Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Dcompare.py32 def exists(name, d): function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp478 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local
617 …bool exists = (thisObjVal->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, fromKe… in CopyWithin() local
712 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local
898 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Filter() local
1104 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local
1193 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in IndexOf() local
1372 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in LastIndexOf() local
1450 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Map() local
1669 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in Reduce() local
1776 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRight() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp202 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, p); in FlattenIntoArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp601 bool exists = std::count(std::begin(arrIndex), std::end(arrIndex), i) > 0; in JSDateTimeFormatForObj_002() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp119 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
Djs_serializer.cpp2010 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local