Searched refs:EmptyObjectLiteralProperty (Results 1 – 2 of 2) sorted by relevance
1283 static PreParserExpression EmptyObjectLiteralProperty() { in EmptyObjectLiteralProperty() function1954 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()1961 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()1964 true, CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()1973 return this->EmptyObjectLiteralProperty(); in ParsePropertyDefinition()1978 return this->EmptyObjectLiteralProperty(); in ParsePropertyDefinition()1982 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()1991 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()2002 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()2008 return this->EmptyObjectLiteralProperty(); in ParsePropertyDefinition()[all …]
525 static ObjectLiteralProperty* EmptyObjectLiteralProperty() { return NULL; } in EmptyObjectLiteralProperty() function