Changeset 23521 in webkit for trunk/JavaScriptCore/kjs/array_instance.h
- Timestamp:
- Jun 13, 2007, 9:58:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_instance.h
r21029 r23521 3 3 * This file is part of the KDE libraries 4 4 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 5 * Copyright (C) 2003 Apple Computer, Inc.5 * Copyright (C) 2003, 2007 Apple Inc. All rights reserved. 6 6 * 7 7 * This library is free software; you can redistribute it and/or … … 58 58 void setLength(unsigned newLength, ExecState *exec); 59 59 60 unsigned pushUndefinedObjectsToEnd(ExecState *exec);60 unsigned compactForSorting(); 61 61 62 62 void resizeStorage(unsigned);
Note:
See TracChangeset
for help on using the changeset viewer.