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
1569 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in MapUnStableJSArray() local
1717 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in ReduceUnStableJSArray() local
1908 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRight() local
2105 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local
2235 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in Slice() local
2312 bool exists = (thisHandle->IsTypedArray() || thisHandle->IsSharedTypedArray() || in Some() local
2465 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2508 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2550 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2757 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Unshift() local