Changeset 10352 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Aug 26, 2005, 4:42:16 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r10148 r10352 77 77 DeclaredFunctionImp(ExecState *exec, const Identifier &n, 78 78 FunctionBodyNode *b, const ScopeChain &sc); 79 ~DeclaredFunctionImp();80 79 81 80 bool implementsConstruct() const; … … 84 83 virtual Completion execute(ExecState *exec); 85 84 CodeType codeType() const { return FunctionCode; } 86 FunctionBodyNode *body;85 kxmlcore::SharedPtr<FunctionBodyNode> body; 87 86 88 87 virtual const ClassInfo *classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.