Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h993 PreParserExpression NewObjectLiteralProperty(bool is_getter, in NewObjectLiteralProperty() function
998 PreParserExpression NewObjectLiteralProperty(PreParserExpression key, in NewObjectLiteralProperty() function
2028 return factory()->NewObjectLiteralProperty(is_get, value, next_pos, in ParsePropertyDefinition()
2042 return factory()->NewObjectLiteralProperty(key, value, is_static); in ParsePropertyDefinition()
Dast.h3336 ObjectLiteral::Property* NewObjectLiteralProperty(Literal* key, in NewObjectLiteralProperty() function
3343 ObjectLiteral::Property* NewObjectLiteralProperty(bool is_getter, in NewObjectLiteralProperty() function