Home | History | Annotate | Download | only in src

Lines Matching defs:props

623   ZoneList<ObjectLiteralProperty*>* props = expr->properties();
624 for (int i = 0; i < props->length(); ++i) {
625 ObjectLiteralProperty* prop = props->at(i);