Searched refs:doNotUnescape (Results 1 – 1 of 1) sorted by relevance
72 static JSValuePtr decode(ExecState* exec, const ArgList& args, const char* doNotUnescape, bool stri… in decode() argument127 if (charLen && (u == 0 || u >= 128 || !strchr(doNotUnescape, u))) { in decode()