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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObjectFunctions.h49 EncodedJSValue JSC_HOST_CALL globalFuncUnescape(ExecState*);
H A DJSGlobalObjectFunctions.cpp563 EncodedJSValue JSC_HOST_CALL globalFuncUnescape(ExecState* exec) function in namespace:JSC
H A DJSGlobalObject.cpp287 putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(), 1, Identifier(exec, "unescape"), globalFuncUnescape), DontEnum);

Completed in 64 milliseconds