Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h585 PreParserExpression NewObjectLiteralProperty(PreParserExpression key, in NewObjectLiteralProperty() function
591 PreParserExpression NewObjectLiteralProperty(PreParserExpression key, in NewObjectLiteralProperty() function
Dparser-base.h2389 return factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
2405 ObjectLiteralPropertyT result = factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
2477 return factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
2503 return factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
2537 return factory()->NewObjectLiteralProperty( in ParseObjectPropertyDefinition()
/external/v8/src/ast/
Dast.h3346 ObjectLiteral::Property* NewObjectLiteralProperty( in NewObjectLiteralProperty() function
3353 ObjectLiteral::Property* NewObjectLiteralProperty(Expression* key, in NewObjectLiteralProperty() function