Property 1614 src/arm/full-codegen-arm.cc ObjectLiteral::Property* property = expr->properties()->at(i);
Property 1624 src/arm/full-codegen-arm.cc case ObjectLiteral::Property::CONSTANT:
Property 1626 src/arm/full-codegen-arm.cc case ObjectLiteral::Property::MATERIALIZED_LITERAL:
Property 1629 src/arm/full-codegen-arm.cc case ObjectLiteral::Property::COMPUTED:
Property 1646 src/arm/full-codegen-arm.cc case ObjectLiteral::Property::PROTOTYPE:
Property 1660 src/arm/full-codegen-arm.cc case ObjectLiteral::Property::GETTER:
Property 1663 src/arm/full-codegen-arm.cc case ObjectLiteral::Property::SETTER:
Property 1799 src/arm/full-codegen-arm.cc Property* property = expr->target()->AsProperty();
Property 2041 src/arm/full-codegen-arm.cc Property* prop = expr->AsProperty();
Property 2183 src/arm/full-codegen-arm.cc Property* prop = expr->target()->AsProperty();
Property 2427 src/arm/full-codegen-arm.cc Property* property = callee->AsProperty();
Property 3876 src/arm/full-codegen-arm.cc Property* property = expr->expression()->AsProperty();
Property 4036 src/arm/full-codegen-arm.cc Property* prop = expr->expression()->AsProperty();
Property 179 src/ast.cc ObjectLiteral::Property::Property(Literal* key,
Property 199 src/ast.cc ObjectLiteral::Property::Property(bool is_getter, FunctionLiteral* value) {
Property 206 src/ast.cc bool ObjectLiteral::Property::IsCompileTimeValue() {
Property 213 src/ast.cc void ObjectLiteral::Property::set_emit_store(bool emit_store) {
Property 218 src/ast.cc bool ObjectLiteral::Property::emit_store() {
Property 256 src/ast.cc ObjectLiteral::Property* property = properties()->at(i);
Property 262 src/ast.cc if (property->kind() == ObjectLiteral::Property::COMPUTED &&
Property 408 src/ast.cc void Property::RecordTypeFeedback(TypeFeedbackOracle* oracle,
Property 444 src/ast.cc Property* prop = target()->AsProperty();
Property 561 src/ast.cc Property* property = expression()->AsProperty();
Property 619 src/ast.cc void ObjectLiteral::Property::RecordTypeFeedback(TypeFeedbackOracle* oracle) {
Property 105 src/ast.h V(Property) \
Property 1310 src/ast.h class Property: public ZoneObject {
Property 1320 src/ast.h Property(Literal* key, Expression* value, Isolate* isolate);
Property 1339 src/ast.h Property(bool is_getter, FunctionLiteral* value);
Property 1355 src/ast.h ZoneList<Property*>* properties() const { return properties_; }
Property 1383 src/ast.h ZoneList<Property*>* properties,
Property 1397 src/ast.h ZoneList<Property*>* properties_;
Property 1514 src/ast.h class Property: public Expression {
Property 1516 src/ast.h DECLARE_NODE_TYPE(Property)
Property 1538 src/ast.h Property(Isolate* isolate,
Property 2804 src/ast.h ZoneList<ObjectLiteral::Property*>* properties,
Property 2816 src/ast.h ObjectLiteral::Property* NewObjectLiteralProperty(bool is_getter,
Property 2818 src/ast.h ObjectLiteral::Property* prop =
Property 2819 src/ast.h new(zone_) ObjectLiteral::Property(is_getter, value);
Property 2856 src/ast.h Property* NewProperty(Expression* obj, Expression* key, int pos) {
Property 2857 src/ast.h Property* prop = new(zone_) Property(isolate_, obj, key, pos);
Property 2858 src/ast.h VISIT_AND_RETURN(Property, prop)
Property 219 src/full-codegen.cc Property* prop = expr->target()->AsProperty();
Property 483 src/full-codegen.h void EmitNamedPropertyLoad(Property* expr);
Property 487 src/full-codegen.h void EmitKeyedPropertyLoad(Property* expr);
Property 4751 src/hydrogen.cc ObjectLiteral::Property* property = expr->properties()->at(i);
Property 4758 src/hydrogen.cc case ObjectLiteral::Property::MATERIALIZED_LITERAL:
Property 4761 src/hydrogen.cc case ObjectLiteral::Property::COMPUTED:
Property 4780 src/hydrogen.cc case ObjectLiteral::Property::PROTOTYPE:
Property 4781 src/hydrogen.cc case ObjectLiteral::Property::SETTER:
Property 4782 src/hydrogen.cc case ObjectLiteral::Property::GETTER:
Property 5213 src/hydrogen.cc Property* prop = expr->target()->AsProperty();
Property 5309 src/hydrogen.cc Property* prop = target->AsProperty();
Property 5474 src/hydrogen.cc Property* prop = expr->target()->AsProperty();
Property 7103 src/hydrogen.cc Property* prop = callee->AsProperty();
Property 7188 src/hydrogen.cc Property* prop = callee->AsProperty();
Property 7532 src/hydrogen.cc Property* prop = expr->expression()->AsProperty();
Property 7707 src/hydrogen.cc Property* prop = target->AsProperty();
Property 1026 src/hydrogen.h bool TryArgumentsAccess(Property* expr);
Property 1062 src/hydrogen.h void HandlePolymorphicLoadNamedField(Property* expr,
Property 1091 src/hydrogen.h Property* expr,
Property 1095 src/hydrogen.h HInstruction* BuildLoadNamedGeneric(HValue* object, Property* expr);
Property 1148 src/hydrogen.h Property* expr,
Property 1153 src/hydrogen.h Property* prop,
Property 1562 src/ia32/full-codegen-ia32.cc ObjectLiteral::Property* property = expr->properties()->at(i);
Property 1572 src/ia32/full-codegen-ia32.cc case ObjectLiteral::Property::CONSTANT:
Property 1574 src/ia32/full-codegen-ia32.cc case ObjectLiteral::Property::MATERIALIZED_LITERAL:
Property 1577 src/ia32/full-codegen-ia32.cc case ObjectLiteral::Property::COMPUTED:
Property 1594 src/ia32/full-codegen-ia32.cc case ObjectLiteral::Property::PROTOTYPE:
Property 1605 src/ia32/full-codegen-ia32.cc case ObjectLiteral::Property::GETTER:
Property 1608 src/ia32/full-codegen-ia32.cc case ObjectLiteral::Property::SETTER:
Property 1751 src/ia32/full-codegen-ia32.cc Property* property = expr->target()->AsProperty();
Property 1989 src/ia32/full-codegen-ia32.cc Property* prop = expr->AsProperty();
Property 2129 src/ia32/full-codegen-ia32.cc Property* prop = expr->target()->AsProperty();
Property 2364 src/ia32/full-codegen-ia32.cc Property* property = callee->AsProperty();
Property 3843 src/ia32/full-codegen-ia32.cc Property* property = expr->expression()->AsProperty();
Property 4006 src/ia32/full-codegen-ia32.cc Property* prop = expr->expression()->AsProperty();
Property 1619 src/mips/full-codegen-mips.cc ObjectLiteral::Property* property = expr->properties()->at(i);
Property 1629 src/mips/full-codegen-mips.cc case ObjectLiteral::Property::CONSTANT:
Property 1631 src/mips/full-codegen-mips.cc case ObjectLiteral::Property::MATERIALIZED_LITERAL:
Property 1634 src/mips/full-codegen-mips.cc case ObjectLiteral::Property::COMPUTED:
Property 1652 src/mips/full-codegen-mips.cc case ObjectLiteral::Property::PROTOTYPE:
Property 1666 src/mips/full-codegen-mips.cc case ObjectLiteral::Property::GETTER:
Property 1669 src/mips/full-codegen-mips.cc case ObjectLiteral::Property::SETTER:
Property 1809 src/mips/full-codegen-mips.cc Property* property = expr->target()->AsProperty();
Property 2055 src/mips/full-codegen-mips.cc Property* prop = expr->AsProperty();
Property 2198 src/mips/full-codegen-mips.cc Property* prop = expr->target()->AsProperty();
Property 2450 src/mips/full-codegen-mips.cc Property* property = callee->AsProperty();
Property 3915 src/mips/full-codegen-mips.cc Property* property = expr->expression()->AsProperty();
Property 4076 src/mips/full-codegen-mips.cc Property* prop = expr->expression()->AsProperty();
Property 882 src/parser.cc Property* p1 = e1->AsProperty();
Property 883 src/parser.cc Property* p2 = e2->AsProperty();
Property 900 src/parser.cc Property* p1 = e1->AsProperty();
Property 901 src/parser.cc Property* p2 = e2->AsProperty();
Property 1001 src/parser.cc Property* property = assignment->target()->AsProperty();
Property 1013 src/parser.cc Property* property = assignment->target()->AsProperty();
Property 3115 src/parser.cc Property* property = expression ? expression->AsProperty() : NULL;
Property 3911 src/parser.cc property->kind() != ObjectLiteral::Property::PROTOTYPE;
Property 4001 src/parser.cc case ObjectLiteral::Property::GETTER:
Property 4003 src/parser.cc case ObjectLiteral::Property::SETTER:
Property 4068 src/parser.cc ObjectLiteral::Property* property = properties->at(i);
Property 4115 src/parser.cc ObjectLiteral::Property* Parser::ParseObjectLiteralGetSet(bool is_getter,
Property 4156 src/parser.cc ZoneList<ObjectLiteral::Property*>* properties =
Property 4157 src/parser.cc new(zone()) ZoneList<ObjectLiteral::Property*>(4, zone());
Property 4187 src/parser.cc ObjectLiteral::Property* property =
Property 4246 src/parser.cc ObjectLiteral::Property* property =
Property 4247 src/parser.cc new(zone()) ObjectLiteral::Property(key, value, isolate());
Property 640 src/parser.h ObjectLiteral::Property* ParseObjectLiteralGetSet(bool is_getter, bool* ok);
Property 646 src/parser.h ZoneList<ObjectLiteral::Property*>* properties,
Property 659 src/parser.h bool IsBoilerplateProperty(ObjectLiteral::Property* property);
Property 315 src/prettyprinter.cc ObjectLiteral::Property* property = node->properties()->at(i);
Property 976 src/prettyprinter.cc case ObjectLiteral::Property::CONSTANT:
Property 979 src/prettyprinter.cc case ObjectLiteral::Property::COMPUTED:
Property 982 src/prettyprinter.cc case ObjectLiteral::Property::MATERIALIZED_LITERAL:
Property 985 src/prettyprinter.cc case ObjectLiteral::Property::PROTOTYPE:
Property 988 src/prettyprinter.cc case ObjectLiteral::Property::GETTER:
Property 991 src/prettyprinter.cc case ObjectLiteral::Property::SETTER:
Property 229 src/type-info.h class Property;
Property 242 src/type-info.h bool LoadIsMonomorphicNormal(Property* expr);
Property 243 src/type-info.h bool LoadIsUninitialized(Property* expr);
Property 244 src/type-info.h bool LoadIsMegamorphicWithTypeInfo(Property* expr);
Property 249 src/type-info.h bool ObjectLiteralStoreIsMonomorphic(ObjectLiteral::Property* prop);
Property 253 src/type-info.h Handle<Map> LoadMonomorphicReceiverType(Property* expr);
Property 256 src/type-info.h void LoadReceiverTypes(Property* expr,
Property 279 src/type-info.h Handle<Map> GetObjectLiteralStoreMap(ObjectLiteral::Property* prop);
Property 281 src/type-info.h bool LoadIsBuiltin(Property* expr, Builtins::Name id);
Property 1581 src/x64/full-codegen-x64.cc ObjectLiteral::Property* property = expr->properties()->at(i);
Property 1591 src/x64/full-codegen-x64.cc case ObjectLiteral::Property::CONSTANT:
Property 1593 src/x64/full-codegen-x64.cc case ObjectLiteral::Property::MATERIALIZED_LITERAL:
Property 1596 src/x64/full-codegen-x64.cc case ObjectLiteral::Property::COMPUTED:
Property 1613 src/x64/full-codegen-x64.cc case ObjectLiteral::Property::PROTOTYPE:
Property 1624 src/x64/full-codegen-x64.cc case ObjectLiteral::Property::GETTER:
Property 1627 src/x64/full-codegen-x64.cc case ObjectLiteral::Property::SETTER:
Property 1770 src/x64/full-codegen-x64.cc Property* property = expr->target()->AsProperty();
Property 1971 src/x64/full-codegen-x64.cc Property* prop = expr->AsProperty();
Property 2107 src/x64/full-codegen-x64.cc Property* prop = expr->target()->AsProperty();
Property 2338 src/x64/full-codegen-x64.cc Property* property = callee->AsProperty();
Property 3834 src/x64/full-codegen-x64.cc Property* property = expr->expression()->AsProperty();
Property 3998 src/x64/full-codegen-x64.cc Property* prop = expr->expression()->AsProperty();