Lines Matching defs:exists
538 // 2. Let exists be HasProperty(E, P).
539 // 3. If exists is true, then
542 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey);
544 if (exists) {
683 bool exists = (thisObjVal->IsTypedArray() || thisObjVal->IsSharedTypedArray() ||
686 if (exists) {
779 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
781 if (exists) {
905 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
907 if (exists) {
1175 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1177 if (exists) {
1563 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
1565 if (exists) {
1708 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k));
1710 if (exists) {
1926 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key));
1928 if (exists) {
2123 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k);
2125 if (exists) {
2253 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key);
2255 if (exists) {
2330 bool exists = (thisHandle->IsTypedArray() || thisHandle->IsSharedTypedArray() ||
2333 if (exists) {
2474 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2476 if (exists) {
2517 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2519 if (exists) {
2559 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2561 if (exists) {
2777 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey);
2779 if (exists) {