Home | History | Annotate | Download | only in wasm

Lines Matching defs:props

431     ZoneList<ObjectLiteralProperty*>* props = expr->properties();
432 for (int i = 0; i < props->length(); ++i) {
433 ObjectLiteralProperty* prop = props->at(i);