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/object_object.h

    r30158 r33979  
    4848        ObjectObjectImp(ExecState*, ObjectPrototype*, FunctionPrototype*);
    4949
    50         virtual bool implementsConstruct() const;
     50        virtual ConstructType getConstructData(ConstructData&);
    5151        virtual JSObject* construct(ExecState*, const List&);
     52
    5253        virtual JSValue* callAsFunction(ExecState*, JSObject*, const List&);
    5354    };
Note: See TracChangeset for help on using the changeset viewer.