Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Dcompare.py32 def exists(name, d): function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Dcompare.py32 def exists(name, d): function
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp385 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/
Dbuiltins_array.cpp485 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/
Darray_helper.cpp112 …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/
Dbuiltins_date_time_format_second_test.cpp393 bool exists = std::count(std::begin(arrIndex), std::end(arrIndex), i) > 0; in JSDateTimeFormatForObj_002() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp2042 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local
Djs_stable_array.cpp129 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3341 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, i); in DEF_RUNTIME_STUBS() local