Changeset 47022 in webkit for trunk/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.h
r46528 r47022 69 69 FunctionBodyNode* body() const { return m_body.get(); } 70 70 71 virtual void mark ();71 virtual void markChildren(MarkStack&); 72 72 73 73 static JS_EXPORTDATA const ClassInfo info;
Note:
See TracChangeset
for help on using the changeset viewer.