Home | History | Annotate | Download | only in parsing

Lines Matching refs:property

1363     void CheckDuplicateProto(Token::Value property);
1381 void CheckClassMethodName(Token::Value property, PropertyKind type,
2019 // This returns true, setting the property kind, iff the given token is one
2020 // which must occur after a property name, indicating that the previous token
2091 // For non computed property names we normalize the name a bit:
2098 // This is important because we use the property name as a key in a hash
2224 // other property. Here we have to assume
2226 // linebreak followed by a property, with ASI
2575 ObjectLiteralPropertyT property = ParseObjectPropertyDefinition(
2586 if (impl()->IsBoilerplateProperty(property) && !has_computed_names) {
2592 properties->Add(property, zone());
2603 // In pattern rewriter, we rewrite rest property to call out to a
2789 // Parenthesized identifiers and property references are allowed as part
2840 // constructors. We define a new property whenever there is an
2841 // assignment to a property of 'this'. We should probably only add
4330 // property names here.
4335 // property.
4337 ClassLiteralPropertyT property = ParseClassPropertyDefinition(
4349 impl()->DeclareClassProperty(name, property, property_kind, is_static,
5831 Token::Value property) {
5832 if (property == Token::SMI || property == Token::NUMBER) return;
5846 Token::Value property, PropertyKind type, bool is_generator, bool is_async,
5851 if (property == Token::SMI || property == Token::NUMBER) return;