Changeset 29817 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Jan 27, 2008, 12:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r29588 r29817 2 2 /* 3 3 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 4 * Copyright (C) 2003, 2006, 2007 Apple Inc. All rights reserved.4 * Copyright (C) 2003, 2006, 2007, 2008 Apple Inc. All rights reserved. 5 5 * Copyright (C) 2007 Cameron Zwarich ([email protected]) 6 6 * Copyright (C) 2007 Maks Orlovich … … 42 42 public: 43 43 InternalFunctionImp(); 44 InternalFunctionImp(FunctionPrototype*);45 44 InternalFunctionImp(FunctionPrototype*, const Identifier&); 46 45
Note:
See TracChangeset
for help on using the changeset viewer.