Changeset 11375 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Dec 1, 2005, 2:32:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r10634 r11375 82 82 virtual Completion execute(ExecState *exec); 83 83 CodeType codeType() const { return FunctionCode; } 84 SharedPtr<FunctionBodyNode> body;84 RefPtr<FunctionBodyNode> body; 85 85 86 86 virtual const ClassInfo *classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.