Lines Matching refs:ObjectLiteral
71 V(ObjectLiteral) \
1158 friend class ObjectLiteral; variable
1320 class ObjectLiteral final : public AggregateLiteral {
1404 ObjectLiteral(ZonePtrList<Property>* properties, in ObjectLiteral() function
1445 : public base::TemplateHashMap<Literal, ObjectLiteral::Accessors,
1450 : base::TemplateHashMap<Literal, ObjectLiteral::Accessors, in AccessorTable()
1458 it->second = new (zone_) ObjectLiteral::Accessors(); in lookup()
3019 ObjectLiteral* NewObjectLiteral( in NewObjectLiteral()
3020 ZonePtrList<ObjectLiteral::Property>* properties, in NewObjectLiteral()
3022 return new (zone_) ObjectLiteral(properties, boilerplate_properties, pos, in NewObjectLiteral()
3026 ObjectLiteral::Property* NewObjectLiteralProperty( in NewObjectLiteralProperty()
3030 ObjectLiteral::Property(key, value, kind, is_computed_name); in NewObjectLiteralProperty()
3033 ObjectLiteral::Property* NewObjectLiteralProperty(Expression* key, in NewObjectLiteralProperty()
3036 return new (zone_) ObjectLiteral::Property(ast_value_factory_, key, value, in NewObjectLiteralProperty()