Home | History | Annotate | Download | only in src

Lines Matching refs:p1

864     Property* p1 = e1->AsProperty();
866 if ((p1 == NULL) || (p2 == NULL)) return false;
867 Literal* key1 = p1->key()->AsLiteral();
876 return SameObject(p1->obj(), p2->obj());
882 Property* p1 = e1->AsProperty();
884 if ((p1 == NULL) || (p2 == NULL)) return false;
885 return SameObject(p1->obj(), p2->obj());