Changeset 2821 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Nov 21, 2002, 10:59:09 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r2799 r2821 71 71 public: 72 72 DeclaredFunctionImp(ExecState *exec, const Identifier &n, 73 FunctionBodyNode *b, const List&sc);73 FunctionBodyNode *b, const ScopeChain &sc); 74 74 ~DeclaredFunctionImp(); 75 75
Note:
See TracChangeset
for help on using the changeset viewer.