Searched refs:EmptyParentheses (Results 1 – 4 of 4) sorted by relevance
94 V(EmptyParentheses) \2650 class EmptyParentheses final : public Expression {2655 explicit EmptyParentheses(int pos) : Expression(pos, kEmptyParentheses) { in EmptyParentheses() function3305 EmptyParentheses* NewEmptyParentheses(int pos) { in NewEmptyParentheses()3306 return zone_->New<EmptyParentheses>(pos); in NewEmptyParentheses()
553 void CallPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()1439 void AstPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
539 EmptyParentheses* expr) { in VisitEmptyParentheses()
6271 void BytecodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()