Home | History | Annotate | Download | only in arm

Lines Matching refs:ObjectLiteral

1641 void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
1642 Comment cmnt(masm_, "[ ObjectLiteral");
1649 ? ObjectLiteral::kFastElements
1650 : ObjectLiteral::kNoFlags;
1652 ? ObjectLiteral::kHasFunction
1653 : ObjectLiteral::kNoFlags;
1660 } else if (Serializer::enabled() || flags != ObjectLiteral::kFastElements ||
1680 ObjectLiteral::Property* property = expr->properties()->at(i);
1690 case ObjectLiteral::Property::CONSTANT:
1692 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
1695 case ObjectLiteral::Property::COMPUTED:
1724 case ObjectLiteral::Property::PROTOTYPE:
1736 case ObjectLiteral::Property::GETTER:
1739 case ObjectLiteral::Property::SETTER: