Changeset 47022 in webkit for trunk/JavaScriptCore/runtime/JSActivation.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSActivation.h
r44224 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 … … 47 47 virtual ~JSActivation(); 48 48 49 virtual void mark ();49 virtual void markChildren(MarkStack&); 50 50 51 51 virtual bool isDynamicScope() const;
Note:
See TracChangeset
for help on using the changeset viewer.