Searched refs:NewObjectLiteralProperty (Results 1 – 2 of 2) sorted by relevance
993 PreParserExpression NewObjectLiteralProperty(bool is_getter, in NewObjectLiteralProperty() function998 PreParserExpression NewObjectLiteralProperty(PreParserExpression key, in NewObjectLiteralProperty() function2028 return factory()->NewObjectLiteralProperty(is_get, value, next_pos, in ParsePropertyDefinition()2042 return factory()->NewObjectLiteralProperty(key, value, is_static); in ParsePropertyDefinition()
3336 ObjectLiteral::Property* NewObjectLiteralProperty(Literal* key, in NewObjectLiteralProperty() function3343 ObjectLiteral::Property* NewObjectLiteralProperty(bool is_getter, in NewObjectLiteralProperty() function