Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObjectFunctions.cpp52 static JSValue encode(ExecState* exec, const char* doNotEscape) in encode() argument
63 if (c && strchr(doNotEscape, c)) in encode()