Ignore:
Timestamp:
May 21, 2008, 6:20:45 PM (17 years ago)
Author:
[email protected]
Message:

Merge squirrelfish branch into trunk.

File:
1 edited

Legend:

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

    r29588 r33979  
    5151        FunctionObjectImp(ExecState*, FunctionPrototype*);
    5252
    53         virtual bool implementsConstruct() const;
     53        virtual ConstructType getConstructData(ConstructData&);
    5454        virtual JSObject* construct(ExecState*, const List&);
    5555        virtual JSObject* construct(ExecState*, const List&, const Identifier& functionName, const UString& sourceURL, int lineNumber);
     56
    5657        virtual JSValue* callAsFunction(ExecState*, JSObject*, const List&);
    5758    };
Note: See TracChangeset for help on using the changeset viewer.