Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc359 bool needsSpace = in VisitUnaryOperation() local
361 Print("(%s%s", Token::String(op), needsSpace ? " " : ""); in VisitUnaryOperation()
898 bool needsSpace = in VisitUnaryOperation() local
900 Print("(%s%s", Token::String(op), needsSpace ? " " : ""); in VisitUnaryOperation()