Home | History | Annotate | Download | only in ia32

Lines Matching refs:ObjectLiteral

1345 void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
1346 Comment cmnt(masm_, "[ ObjectLiteral");
1352 ? ObjectLiteral::kFastElements
1353 : ObjectLiteral::kNoFlags;
1355 ? ObjectLiteral::kHasFunction
1356 : ObjectLiteral::kNoFlags;
1374 ObjectLiteral::Property* property = expr->properties()->at(i);
1384 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
1387 case ObjectLiteral::Property::COMPUTED:
1404 case ObjectLiteral::Property::PROTOTYPE:
1415 case ObjectLiteral::Property::SETTER:
1416 case ObjectLiteral::Property::GETTER:
1419 __ push(Immediate(property->kind() == ObjectLiteral::Property::SETTER ?