Lines Matching defs:exists
460 // 2. Let exists be HasProperty(E, P).
461 // 3. If exists is true, then
464 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey);
466 if (exists) {
544 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
546 if (exists) {
676 bool exists = (thisHandle->IsTypedArray() || thisHandle->IsSharedTypedArray() ||
679 if (exists) {
829 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
831 if (exists) {
1120 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1122 if (exists) {
1313 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1315 if (exists) {
1490 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k));
1492 if (exists) {
1657 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1659 if (exists) {
1792 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key);
1794 if (exists) {
1943 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
1945 if (exists) {
1984 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
1986 if (exists) {
2026 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2028 if (exists) {
2166 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2168 if (exists) {