Lines Matching refs:HasProperty
538 // 2. Let exists be HasProperty(E, P).
542 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey);
665 // c. Let fromPresent be HasProperty(O, fromKey).
684 JSTaggedValue::HasProperty(thread, thisObjVal, fromKey));
757 // b. Let kPresent be HasProperty(O, Pk).
779 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
905 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
970 // b. Let kPresent be HasProperty(O, Pk).
1158 // b. Let kPresent be HasProperty(O, Pk).
1175 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1535 // b. Let kPresent be HasProperty(O, Pk).
1563 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1708 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k));
1784 // ii. Let kPresent be HasProperty(O, Pk).
1799 JSTaggedValue::HasProperty(thread, thisObjVal, k));
1875 // ii. Let kPresent be HasProperty(O, Pk).
1888 kPresent = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k));
1903 // b. Let kPresent be HasProperty(O, Pk).
1926 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key));
1989 // d. Let lowerExists be HasProperty(O, lowerP).
1994 // g. Let upperExists be HasProperty(O, upperP).
2029 bool lowerExists = (JSTaggedValue::HasProperty(thread, thisObjVal, lowerP));
2035 bool upperExists = (JSTaggedValue::HasProperty(thread, thisObjVal, upperP));
2109 // c. Let fromPresent be HasProperty(O, from).
2123 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
2239 // b. Let kPresent be HasProperty(O, Pk).
2253 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key);
2309 // b. Let kPresent be HasProperty(O, Pk).
2331 JSTaggedValue::HasProperty(thread, thisObjVal, k));
2463 // b. Let fromPresent be HasProperty(O, from).
2474 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2501 // iii. Let fromPresent be HasProperty(O, from).
2517 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2544 // iii. Let fromPresent be HasProperty(O, from).
2559 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2756 // iii. Let fromPresent be HasProperty(O, from).
2777 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);