Changeset 29817 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Jan 27, 2008, 12:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r28468 r29817 2 2 * Copyright (C) 1999-2002 Harri Porten ([email protected]) 3 3 * Copyright (C) 2001 Peter Kelly ([email protected]) 4 * Copyright (C) 2004, 2007 Apple Inc. All rights reserved.4 * Copyright (C) 2004, 2007, 2008 Apple Inc. All rights reserved. 5 5 * 6 6 * This library is free software; you can redistribute it and/or … … 227 227 } 228 228 229 InternalFunctionImp::InternalFunctionImp(FunctionPrototype* funcProto)230 : JSObject(funcProto)231 {232 }233 234 229 InternalFunctionImp::InternalFunctionImp(FunctionPrototype* funcProto, const Identifier& name) 235 230 : JSObject(funcProto)
Note:
See TracChangeset
for help on using the changeset viewer.