Home | History | Annotate | Download | only in src

Lines Matching defs:p1

1460     Property* p1 = e1->AsProperty();
1462 if ((p1 == NULL) || (p2 == NULL)) return false;
1463 Literal* key1 = p1->key()->AsLiteral();
1472 return SameObject(p1->obj(), p2->obj());
1478 Property* p1 = e1->AsProperty();
1480 if ((p1 == NULL) || (p2 == NULL)) return false;
1481 return SameObject(p1->obj(), p2->obj());