git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
JavaScriptCore:
[WebKit-https.git]
/
JavaScriptCore
/
runtime
/
JSArray.h
diff --git
a/JavaScriptCore/runtime/JSArray.h
b/JavaScriptCore/runtime/JSArray.h
index
e280022
..
7eecf33
100644
(file)
--- a/
JavaScriptCore/runtime/JSArray.h
+++ b/
JavaScriptCore/runtime/JSArray.h
@@
-56,6
+56,7
@@
namespace JSC {
void sort(ExecState*);
void sort(ExecState*, JSValuePtr compareFunction, CallType, const CallData&);
+ void sortNumeric(ExecState*, JSValuePtr compareFunction, CallType, const CallData&);
void push(ExecState*, JSValuePtr);
JSValuePtr pop();