Home | History | Annotate | Download | only in ia32

Lines Matching refs:ObjectLiteral

1580 void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
1581 Comment cmnt(masm_, "[ ObjectLiteral");
1584 ? ObjectLiteral::kFastElements
1585 : ObjectLiteral::kNoFlags;
1587 ? ObjectLiteral::kHasFunction
1588 : ObjectLiteral::kNoFlags;
1598 } else if (Serializer::enabled() || flags != ObjectLiteral::kFastElements ||
1627 ObjectLiteral::Property* property = expr->properties()->at(i);
1637 case ObjectLiteral::Property::CONSTANT:
1639 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
1642 case ObjectLiteral::Property::COMPUTED:
1668 case ObjectLiteral::Property::PROTOTYPE:
1677 case ObjectLiteral::Property::GETTER:
1680 case ObjectLiteral::Property::SETTER: