Home
last modified time | relevance | path

Searched refs:RewriteNonPatternObjectLiteralProperty (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h941 inline PreParserExpression RewriteNonPatternObjectLiteralProperty(
1142 PreParserExpression PreParserTraits::RewriteNonPatternObjectLiteralProperty( in RewriteNonPatternObjectLiteralProperty() function
Dparser.h658 V8_INLINE ObjectLiteralProperty* RewriteNonPatternObjectLiteralProperty(
1021 V8_INLINE ObjectLiteralProperty* RewriteNonPatternObjectLiteralProperty(
Dparser.cc4792 property = ParserTraits::RewriteNonPatternObjectLiteralProperty( in ParseClassLiteral()
5420 ObjectLiteralProperty* ParserTraits::RewriteNonPatternObjectLiteralProperty( in RewriteNonPatternObjectLiteralProperty() function in v8::internal::ParserTraits
5423 return parser_->RewriteNonPatternObjectLiteralProperty(property, classifier, in RewriteNonPatternObjectLiteralProperty()
5446 ObjectLiteralProperty* Parser::RewriteNonPatternObjectLiteralProperty( in RewriteNonPatternObjectLiteralProperty() function in v8::internal::Parser
Dparser-base.h1778 property = Traits::RewriteNonPatternObjectLiteralProperty(property, in ParsePropertyDefinition()