Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1645 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()
1663 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()
1668 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()
1688 return this->EmptyObjectLiteralProperty(); in ParsePropertyDefinition()
1708 true, &rhs_classifier, CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()
1710 rhs, &rhs_classifier, CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()
1731 return this->EmptyObjectLiteralProperty(); in ParsePropertyDefinition()
1746 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()
1764 CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()
1793 &dont_care, classifier, CHECK_OK_CUSTOM(EmptyObjectLiteralProperty)); in ParsePropertyDefinition()
[all …]
Dpreparser.h752 static PreParserExpression EmptyObjectLiteralProperty() { in EmptyObjectLiteralProperty() function
Dparser.h488 static ObjectLiteralProperty* EmptyObjectLiteralProperty() { return NULL; } in EmptyObjectLiteralProperty() function