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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObjectFunctions.cpp609 static const char do_not_escape[] = local
621 if (u && strchr(do_not_escape, static_cast<char>(u)))
640 } else if (u != 0 && strchr(do_not_escape, static_cast<char>(u)))

Completed in 126 milliseconds