Changeset 36778 in webkit for trunk/JavaScriptCore/kjs/JSArray.h
- Timestamp:
- Sep 22, 2008, 2:04:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSArray.h
r36726 r36778 58 58 void sort(ExecState*, JSValue* compareFunction, CallType, const CallData&); 59 59 60 void push(ExecState*, JSValue*); 61 JSValue* pop(); 62 60 63 bool canGetIndex(unsigned i) { return i < m_fastAccessCutoff; } 61 64 JSValue* getIndex(unsigned i)
Note:
See TracChangeset
for help on using the changeset viewer.