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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObjectFunctions.h40 EncodedJSValue JSC_HOST_CALL globalFuncParseInt(ExecState*);
H A DJSGlobalObjectFunctions.cpp460 EncodedJSValue JSC_HOST_CALL globalFuncParseInt(ExecState* exec) function in namespace:JSC
H A DJSGlobalObject.cpp282 putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(), 2, Identifier(exec, "parseInt"), globalFuncParseInt), DontEnum);

Completed in 119 milliseconds