Searched defs:exists (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 32 def exists(name, d): function
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 478 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/ |
| D | array_helper.cpp | 202 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, p); in FlattenIntoArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_test.cpp | 601 bool exists = std::count(std::begin(arrIndex), std::end(arrIndex), i) > 0; in JSDateTimeFormatForObj_002() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 119 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
|
| D | js_serializer.cpp | 2010 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local
|