Home | History | Annotate | Download | only in x64

Lines Matching refs:ObjectLiteral

1596 void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
1597 Comment cmnt(masm_, "[ ObjectLiteral");
1602 ? ObjectLiteral::kFastElements
1603 : ObjectLiteral::kNoFlags;
1605 ? ObjectLiteral::kHasFunction
1606 : ObjectLiteral::kNoFlags;
1610 flags != ObjectLiteral::kFastElements ||
1639 ObjectLiteral::Property* property = expr->properties()->at(i);
1649 case ObjectLiteral::Property::CONSTANT:
1651 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
1654 case ObjectLiteral::Property::COMPUTED:
1680 case ObjectLiteral::Property::PROTOTYPE:
1689 case ObjectLiteral::Property::GETTER:
1692 case ObjectLiteral::Property::SETTER: