• Home
  • Raw
  • Download

Lines Matching full:exists

440             bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);  in Concat()  local
442 if (exists) { in Concat()
490 // 2. Let exists be HasProperty(E, P). in Concat()
491 // 4. If exists is true, then in Concat()
492 …bool exists = JSTaggedValue::HasProperty(thread, JSHandle<JSTaggedValue>::Cast(addObjHandle), from… in Concat() local
494 if (exists) { in Concat()
635 …bool exists = (thisObjVal->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, fromKe… in CopyWithin() local
637 if (exists) { in CopyWithin()
729 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local
731 if (exists) { in Every()
915 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Filter() local
917 if (exists) { in Filter()
1119 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local
1121 if (exists) { in ForEach()
1208 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in IndexOf() local
1210 if (exists) { in IndexOf()
1384 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in LastIndexOf() local
1386 if (exists) { in LastIndexOf()
1462 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Map() local
1464 if (exists) { in Map()
1677 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in Reduce() local
1679 if (exists) { in Reduce()
1784 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRight() local
1786 if (exists) { in ReduceRight()
1971 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local
1973 if (exists) { in Shift()
2117 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in Slice() local
2119 if (exists) { in Slice()
2185 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in Some() local
2187 if (exists) { in Some()
2363 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2365 if (exists) { in Splice()
2405 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2407 if (exists) { in Splice()
2447 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
2449 if (exists) { in Splice()
2667 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Unshift() local
2669 if (exists) { in Unshift()