Home
last modified time | relevance | path

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

/external/v8/src/
Duri.h190 static bool IsNotEscaped(uint16_t c) { return kNotEscaped[c] != 0; } in IsNotEscaped() function
239 } else if (IsNotEscaped(c)) { in Escape()
273 } else if (IsNotEscaped(c)) { in Escape()