Changeset 38826 in webkit for trunk/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Nov 27, 2008, 9:03:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.h
r38825 r38826 64 64 ScopeChain& scope() { return m_scopeChain; } 65 65 66 void setBody(FunctionBodyNode* body) { m_body = body; } 67 void setBody(PassRefPtr<FunctionBodyNode> body) { m_body = body; } 66 68 FunctionBodyNode* body() const { return m_body.get(); } 67 69
Note:
See TracChangeset
for help on using the changeset viewer.