Changeset 36726 in webkit for trunk/JavaScriptCore/kjs/FunctionConstructor.h
- Timestamp:
- Sep 20, 2008, 7:29:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/FunctionConstructor.h
r36263 r36726 1 1 /* 2 * This file is part of the KDE libraries3 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 4 * Copyright (C) 2006 Apple Computer, Inc.3 * Copyright (C) 2006, 2008 Apple Inc. All rights reserved. 5 4 * 6 5 * This library is free software; you can redistribute it and/or … … 31 30 class FunctionConstructor : public InternalFunction { 32 31 public: 33 FunctionConstructor(ExecState*, FunctionPrototype*);32 FunctionConstructor(ExecState*, PassRefPtr<StructureID>, FunctionPrototype*); 34 33 35 34 private:
Note:
See TracChangeset
for help on using the changeset viewer.