Changeset 34118 in webkit for trunk/JavaScriptCore/kjs/array_instance.h
- Timestamp:
- May 25, 2008, 12:15:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_instance.h
r33967 r34118 54 54 void sort(ExecState*, JSObject* compareFunction); 55 55 56 protected: 57 void* lazyCreationData(); 58 void setLazyCreationData(void*); 59 56 60 private: 57 61 static JSValue* lengthGetter(ExecState*, JSObject*, const Identifier&, const PropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.