Home | History | Annotate | Download | only in src

Lines Matching refs:properties

3027   for (int i = 0; i < expr->properties()->length(); i++) {
3028 ObjectLiteral::Property* property = expr->properties()->at(i);
3068 // Return the result of the transformation to fast properties
3167 // Negative property indices are in-object properties, indexed
3578 // Negative property indices are in-object properties, indexed
3583 // Non-negative property indices are in the properties array.
5454 // Construct a RegExp exec result with two in-object properties.