Searched refs:shouldEscape (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFURL.inc.h316 Boolean shouldEscape; variable
320 shouldEscape = true;
322 shouldEscape = false;
325 shouldEscape = false;
327 shouldEscape = false;
329 shouldEscape = true;
331 if (shouldEscape) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExpObject.cpp212 bool shouldEscape = false; local
231 shouldEscape = true;
240 shouldEscape = true;
250 if (!shouldEscape)

Completed in 230 milliseconds