Home
last modified time | relevance | path

Searched refs:NewObjectLiteralProperty (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h611 PreParserExpression NewObjectLiteralProperty(const PreParserExpression& key, in NewObjectLiteralProperty() function
617 PreParserExpression NewObjectLiteralProperty(const PreParserExpression& key, in NewObjectLiteralProperty() function
Dparser-base.h2568 return factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
2584 ObjectLiteralPropertyT result = factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
2653 ObjectLiteralPropertyT result = factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
2678 ObjectLiteralPropertyT result = factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
2710 ObjectLiteralPropertyT result = factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
/external/v8/src/ast/
Dast.h3026 ObjectLiteral::Property* NewObjectLiteralProperty( in NewObjectLiteralProperty() function
3033 ObjectLiteral::Property* NewObjectLiteralProperty(Expression* key, in NewObjectLiteralProperty() function