Home
last modified time | relevance | path

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

/external/v8/src/
Djson-stringifier.h99 INLINE(static bool DoNotEscape(Char c));
615 if (DoNotEscape(c)) { in SerializeStringUnchecked_()
643 if (DoNotEscape(c)) { in SerializeString_()
656 bool BasicJsonStringifier::DoNotEscape(uint8_t c) { in DoNotEscape() function
662 bool BasicJsonStringifier::DoNotEscape(uint16_t c) { in DoNotEscape() function