Home | History | Annotate | Download | only in arm

Lines Matching refs:ObjectLiteral

1204       DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1205 property->kind() == ObjectLiteral::Property::SETTER);
1206 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1213 void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
1214 Comment cmnt(masm_, "[ ObjectLiteral");
1240 ObjectLiteral::Property* property = expr->properties()->at(i);
1251 case ObjectLiteral::Property::SPREAD:
1252 case ObjectLiteral::Property::CONSTANT:
1254 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
1257 case ObjectLiteral::Property::COMPUTED:
1293 case ObjectLiteral::Property::PROTOTYPE:
1304 case ObjectLiteral::Property::GETTER:
1311 case ObjectLiteral::Property::SETTER: