Changeset 47022 in webkit for trunk/JavaScriptCore/debugger/DebuggerActivation.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/debugger/DebuggerActivation.h
r43122 r47022 1 1 /* 2 * Copyright (C) 2008 Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 37 37 DebuggerActivation(JSObject*); 38 38 39 virtual void mark ();39 virtual void markChildren(MarkStack&); 40 40 virtual UString className() const; 41 41 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.