Home | History | Annotate | Download | only in mips64

Lines Matching refs:ObjectLiteral

1206       DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1207 property->kind() == ObjectLiteral::Property::SETTER);
1208 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1215 void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
1216 Comment cmnt(masm_, "[ ObjectLiteral");
1241 ObjectLiteral::Property* property = expr->properties()->at(i);
1252 case ObjectLiteral::Property::SPREAD:
1253 case ObjectLiteral::Property::CONSTANT:
1255 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
1258 case ObjectLiteral::Property::COMPUTED:
1295 case ObjectLiteral::Property::PROTOTYPE:
1305 case ObjectLiteral::Property::GETTER:
1312 case ObjectLiteral::Property::SETTER: