Changeset 47022 in webkit for trunk/JavaScriptCore/runtime/JSValue.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSValue.h
r46598 r47022 2 2 * Copyright (C) 1999-2001 Harri Porten ([email protected]) 3 3 * Copyright (C) 2001 Peter Kelly ([email protected]) 4 * Copyright (C) 2003, 2004, 2005, 2007, 2008 Apple Inc. All rights reserved.4 * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Apple Inc. All rights reserved. 5 5 * 6 6 * This library is free software; you can redistribute it and/or … … 43 43 class JSObject; 44 44 class JSString; 45 class MarkStack; 45 46 class PropertySlot; 46 47 class PutPropertySlot; … … 173 174 174 175 // Garbage collection. 175 void mark(); 176 void markChildren(MarkStack&); 177 bool hasChildren() const; 176 178 bool marked() const; 179 void markDirect(); 177 180 178 181 // Object operations, with the toObject operation included.
Note:
See TracChangeset
for help on using the changeset viewer.