Home
last modified time | relevance | path

Searched defs:compareFunction (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSArray.cpp636 void JSArray::sortNumeric(ExecState* exec, JSValue compareFunction, CallType callType, const CallDa… in sortNumeric()
805 void JSArray::sort(ExecState* exec, JSValue compareFunction, CallType callType, const CallData& cal… in sort()
/external/sqlite/dist/
Dsqlite3.c17136 static int (*compareFunction(int keyClass))(const void*,int,const void*,int){ in compareFunction() function