Lines Matching defs:exists
538 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local
679 bool exists = (thisObjVal->IsTypedArray() || thisObjVal->IsSharedTypedArray() || in CopyWithin() local
775 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local
901 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in FilterUnStableJSArray() local
1171 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local
1557 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in MapUnStableJSArray() local
1702 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in ReduceUnStableJSArray() local
1920 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRightInner() local
2117 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local
2247 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in Slice() local
2410 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2453 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2495 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2713 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Unshift() local