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