Changeset 47022 in webkit for trunk/JavaScriptCore/runtime/JSArray.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSArray.h
r43122 r47022 1 1 /* 2 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 3 * Copyright (C) 2003, 2007, 2008 Apple Inc. All rights reserved.3 * Copyright (C) 2003, 2007, 2008, 2009 Apple Inc. All rights reserved. 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 89 89 virtual bool deleteProperty(ExecState*, unsigned propertyName); 90 90 virtual void getPropertyNames(ExecState*, PropertyNameArray&); 91 virtual void mark ();91 virtual void markChildren(MarkStack&); 92 92 93 93 void* lazyCreationData();
Note:
See TracChangeset
for help on using the changeset viewer.