Ignore:
Timestamp:
Jul 5, 2008, 10:26:58 PM (17 years ago)
Author:
[email protected]
Message:

2008-07-05 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

First step in broad cleanup effort.

[ File list elided ]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/FunctionConstructor.h

    r34901 r35022  
    3030    class FunctionPrototype;
    3131
    32     /**
    33      * @internal
    34      *
    35      * The initial value of the the global variable's "Function" property
    36      */
    3732    class FunctionConstructor : public InternalFunction {
    3833    public:
    3934        FunctionConstructor(ExecState*, FunctionPrototype*);
     35
    4036    private:
    4137        virtual ConstructType getConstructData(ConstructData&);
Note: See TracChangeset for help on using the changeset viewer.