| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 32 def exists(name, d): function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 32 def exists(name, d): function
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | value_serializer.cpp | 385 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local 409 bool exists = JSTaggedValue::HasProperty(thread, cloneList, index); in PrepareClone() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 485 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local 624 …bool exists = (thisObjVal->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, fromKe… in CopyWithin() local 719 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local 858 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in FilterUnStableJSArray() local 1125 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local 1495 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Map() local 1639 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in ReduceUnStableJSArray() local 1817 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRight() local 2015 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local 2144 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in Slice() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 112 …bool exists = thisObjVal->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, keyHand… in ElementIsStrictEqualTo() local 325 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, p); in FlattenIntoArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_second_test.cpp | 393 bool exists = std::count(std::begin(arrIndex), std::end(arrIndex), i) > 0; in JSDateTimeFormatForObj_002() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_serializer.cpp | 2042 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local
|
| D | js_stable_array.cpp | 129 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3341 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, i); in DEF_RUNTIME_STUBS() local
|