Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObjectFunctions.cpp72 static JSValuePtr decode(ExecState* exec, const ArgList& args, const char* doNotUnescape, bool stri… in decode() argument
127 if (charLen && (u == 0 || u >= 128 || !strchr(doNotUnescape, u))) { in decode()