Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h1283 static PreParserExpression EmptyObjectLiteralProperty() { in EmptyObjectLiteralProperty() function
1954 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 …]
Dparser.h525 static ObjectLiteralProperty* EmptyObjectLiteralProperty() { return NULL; } in EmptyObjectLiteralProperty() function