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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObjectFunctions.cpp77 static JSValue decode(ExecState* exec, const CharType* characters, int length, const char* doNotUnescape, bool strict) argument
129 if (charLen && (u == 0 || u >= 128 || !strchr(doNotUnescape, u))) {
144 static JSValue decode(ExecState* exec, const char* doNotUnescape, bool strict) argument
150 return decode(exec, str.characters8(), str.length(), doNotUnescape, strict);
151 return decode(exec, str.characters16(), str.length(), doNotUnescape, strict);

Completed in 168 milliseconds