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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObjectFunctions.h46 EncodedJSValue JSC_HOST_CALL globalFuncEncodeURI(ExecState*);
H A DJSGlobalObjectFunctions.cpp512 EncodedJSValue JSC_HOST_CALL globalFuncEncodeURI(ExecState* exec) function in namespace:JSC
H A DJSGlobalObject.cpp290 putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(), 1, Identifier(exec, "encodeURI"), globalFuncEncodeURI), DontEnum);

Completed in 19 milliseconds