Home | History | Annotate | Download | only in x64

Lines Matching refs:ObjectLiteral

1389 void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
1390 Comment cmnt(masm_, "[ ObjectLiteral");
1397 ? ObjectLiteral::kFastElements
1398 : ObjectLiteral::kNoFlags;
1400 ? ObjectLiteral::kHasFunction
1401 : ObjectLiteral::kNoFlags;
1406 } else if (flags != ObjectLiteral::kFastElements ||
1425 ObjectLiteral::Property* property = expr->properties()->at(i);
1435 case ObjectLiteral::Property::CONSTANT:
1437 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
1440 case ObjectLiteral::Property::COMPUTED:
1457 case ObjectLiteral::Property::PROTOTYPE:
1468 case ObjectLiteral::Property::GETTER:
1471 case ObjectLiteral::Property::SETTER: