Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc357 bool needsSpace = in VisitUnaryOperation() local
359 Print("(%s%s", Token::String(op), needsSpace ? " " : ""); in VisitUnaryOperation()
870 bool needsSpace = in VisitUnaryOperation() local
872 Print("(%s%s", Token::String(op), needsSpace ? " " : ""); in VisitUnaryOperation()