Changeset 47022 in webkit for trunk/JavaScriptCore/runtime/JSStaticScopeObject.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSStaticScopeObject.h
r44757 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 … … 51 51 } 52 52 virtual ~JSStaticScopeObject(); 53 virtual void mark ();53 virtual void markChildren(MarkStack&); 54 54 bool isDynamicScope() const; 55 55 virtual JSObject* toThisObject(ExecState*) const;
Note:
See TracChangeset
for help on using the changeset viewer.