Lines Matching refs:ObjectLiteral
105 V(ObjectLiteral) \
1440 friend class ObjectLiteral;
1502 class ObjectLiteral V8_FINAL : public MaterializedLiteral {
1506 DECLARE_NODE_TYPE(ObjectLiteral)
1540 ObjectLiteral(Isolate* isolate,
3109 ObjectLiteral* NewObjectLiteral(
3110 ZoneList<ObjectLiteral::Property*>* properties,
3115 ObjectLiteral* lit = new(zone_) ObjectLiteral(
3118 VISIT_AND_RETURN(ObjectLiteral, lit)
3121 ObjectLiteral::Property* NewObjectLiteralProperty(bool is_getter,
3124 ObjectLiteral::Property* prop =
3125 new(zone_) ObjectLiteral::Property(is_getter, value);