Changeset 34496 in webkit for trunk/JavaScriptCore/kjs/array_instance.h
- Timestamp:
- Jun 11, 2008, 12:37:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_instance.h
r34355 r34496 2 2 /* 3 3 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 4 * Copyright (C) 2003, 2007 Apple Inc. All rights reserved.4 * Copyright (C) 2003, 2007, 2008 Apple Inc. All rights reserved. 5 5 * 6 6 * This library is free software; you can redistribute it and/or … … 65 65 bool increaseVectorLength(unsigned newLength); 66 66 67 unsigned compactForSorting(); 67 unsigned compactForSorting(); 68 69 enum ConsistencyCheckType { NormalConsistencyCheck, DestructorConsistencyCheck, SortConsistencyCheck }; 70 void checkConsistency(ConsistencyCheckType = NormalConsistencyCheck); 68 71 69 72 unsigned m_length;
Note:
See TracChangeset
for help on using the changeset viewer.