Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
Dstring-stream.cc68 static bool IsControlChar(char c) { in IsControlChar() function
106 while (offset < format.length() && IsControlChar(format[offset])) in Add()