Changeset 10399 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Aug 30, 2005, 4:56:15 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r10352 r10399 83 83 virtual Completion execute(ExecState *exec); 84 84 CodeType codeType() const { return FunctionCode; } 85 kxmlcore::SharedPtr<FunctionBodyNode> body;85 KXMLCore::SharedPtr<FunctionBodyNode> body; 86 86 87 87 virtual const ClassInfo *classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.