Lines Matching defs:property
650 // This returns true, setting the property kind, iff the given token is
651 // one which must occur after a property name, indicating that the
1150 // This method should be used to ambiguously parse property names that can
2239 // For non computed property names we normalize the name a bit:
2246 // This is important because we use the property name as a key in a hash
2390 // name or other property. Here we have
2393 // followed by a property, with ASI
2777 ObjectLiteralPropertyT property =
2779 if (impl()->IsNull(property)) return impl()->FailureExpression();
2789 if (impl()->IsBoilerplateProperty(property) && !has_computed_names) {
2795 properties.Add(property);
2813 // In pattern rewriter, we rewrite rest property to call out to a
3002 // new property whenever there is an assignment to a property of 'this'. We
4731 // Either we're parsing a `static { }` initialization block or a property.
4741 // property.
4746 ClassLiteralPropertyT property =
4767 impl()->DeclarePrivateClassMember(class_scope, prop_info.name, property,
4779 impl()->DeclarePublicClassField(class_scope, property,
4786 impl()->DeclarePublicClassMethod(name, property, is_constructor,
5051 // Parenthesized identifiers and property references are allowed as part of