Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dearley-parser.h400 void SetWhitespace(PatternFunction whitespace) { in SetWhitespace() function
432 void SetWhitespace(PatternFunction ws) { lexer_.SetWhitespace(ws); } in SetWhitespace() function
Dtorque-parser.cc2319 TorqueGrammar() : Grammar(&file) { SetWhitespace(MatchWhitespace); } in TorqueGrammar()
/third_party/node/deps/v8/src/torque/ls/
Djson-parser.cc152 JsonGrammar() : Grammar(&file) { SetWhitespace(MatchWhitespace); } in JsonGrammar()