Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp440 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Concat() local
492 …bool exists = JSTaggedValue::HasProperty(thread, JSHandle<JSTaggedValue>::Cast(addObjHandle), from… in Concat() local
635 …bool exists = (thisObjVal->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, fromKe… in CopyWithin() local
729 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local
915 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Filter() local
1119 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local
1208 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in IndexOf() local
1384 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in LastIndexOf() local
1462 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Map() local
1677 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in Reduce() local
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Dcompare.py32 def exists(name, d): function
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp191 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, p); in FlattenIntoArray() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp110 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
Djs_serializer.cpp1987 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local