Lines Matching defs:exists
550 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local
691 bool exists = (thisObjVal->IsTypedArray() || thisObjVal->IsSharedTypedArray() || in CopyWithin() local
787 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local
917 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in FilterUnStableJSArray() local
1187 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local
1578 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in MapUnStableJSArray() local
1726 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in ReduceUnStableJSArray() local
1944 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRightInner() local
2141 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local
2271 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in Slice() local
2348 bool exists = (thisHandle->IsTypedArray() || thisHandle->IsSharedTypedArray() || in Some() local
2501 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2544 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2586 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2801 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Unshift() local