Home | History | Annotate | Download | only in ast

Lines Matching refs:ObjectLiteralProperty

1296 // Common supertype for ObjectLiteralProperty and ClassLiteralProperty
1335 class ObjectLiteralProperty final : public LiteralProperty {
1363 ObjectLiteralProperty(Expression* key, Expression* value, Kind kind,
1365 ObjectLiteralProperty(AstValueFactory* ast_value_factory, Expression* key,
1378 typedef ObjectLiteralProperty Property;
1446 ObjectLiteralProperty* getter;
1447 ObjectLiteralProperty* setter;
3347 Expression* key, Expression* value, ObjectLiteralProperty::Kind kind,