Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObjectFunctions.cpp53 static JSValue encode(ExecState* exec, const ArgList& args, const char* doNotEscape) in encode() argument
64 if (c && strchr(doNotEscape, c)) in encode()