Lines Matching defs:exists
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
1963 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local
2109 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in Slice() local
2177 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in Some() local
2354 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2397 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2439 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2648 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Unshift() local