Lines Matching defs:property
353 ClassLiteralProperty* property,
357 ClassLiteralProperty* property,
360 ClassLiteralProperty* property, bool is_static,
363 ClassLiteralProperty* property, bool is_constructor,
365 void DeclareClassField(ClassScope* scope, ClassLiteralProperty* property,
561 Property* property = expression->AsProperty();
562 return property != nullptr && property->obj()->IsThisExpression();
568 Property* property = expression->AsProperty();
571 property = expr_inner->AsProperty();
573 return property != nullptr && property->IsPrivateReference();
602 ObjectLiteral::Property* property) {
603 return !property->IsPrototype();
668 // If we assign a function literal to a property we pretenure the
669 // literal so it can be added as a constant function property.
909 void SetFunctionNameFromPropertyName(LiteralProperty* property,
912 void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property,