Changeset 32652 in webkit for trunk/JavaScriptCore/kjs/array_instance.cpp
- Timestamp:
- Apr 28, 2008, 11:22:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_instance.cpp
r32609 r32652 51 51 static const unsigned copyingSortCutoff = 50000; 52 52 53 const ClassInfo ArrayInstance::info = {"Array", 0, 0 };53 const ClassInfo ArrayInstance::info = {"Array", 0, 0, 0}; 54 54 55 55 static inline size_t storageSize(unsigned vectorLength)
Note:
See TracChangeset
for help on using the changeset viewer.