Lines Matching refs:HasProperty
460 // 2. Let exists be HasProperty(E, P).
464 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey);
544 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
598 // b. Let kPresent be HasProperty(O, Pk).
655 // b. Let kPresent be HasProperty(O, Pk).
677 JSTaggedValue::HasProperty(thread, thisObjVal, k));
829 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
898 // b. Let kPresent be HasProperty(O, Pk).
1103 // b. Let kPresent be HasProperty(O, Pk).
1120 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1292 // b. Let kPresent be HasProperty(O, Pk).
1313 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1490 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k));
1557 // ii. Let kPresent be HasProperty(O, Pk).
1572 JSTaggedValue::HasProperty(thread, thisObjVal, k));
1643 // c. Let fromPresent be HasProperty(O, from).
1657 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1778 // b. Let kPresent be HasProperty(O, Pk).
1792 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key);
1932 // b. Let fromPresent be HasProperty(O, from).
1943 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
1968 // iii. Let fromPresent be HasProperty(O, from).
1984 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2011 // iii. Let fromPresent be HasProperty(O, from).
2026 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2145 // iii. Let fromPresent be HasProperty(O, from).
2166 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);