Home
last modified time | relevance | path

Searched refs:control_symbols (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Djson_utils.cc9 static constexpr std::string_view control_symbols[0x20] = { in EscapeJsonChars() local
29 if (num < 0x20) replace = control_symbols[num]; in EscapeJsonChars()

Completed in 1 milliseconds