Ignore:
Timestamp:
Jul 22, 2004, 4:30:52 PM (21 years ago)
Author:
kdecker
Message:

Reviewed by Darin

Fixed <rdar://problem/3682340> (error console does not include source urls or line numbers of event exceptions).

  • kjs/function_object.cpp: (FunctionObjectImp::construct):
  • kjs/function_object.h:
  • kjs/object.cpp: (KJS::ObjectImp::construct):
  • kjs/object.h: (KJS::Object::construct):
File:
1 edited

Legend:

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

    r1024 r7105  
    7474
    7575    virtual bool implementsConstruct() const;
     76    virtual Object construct(ExecState *exec, const List &args, const UString &sourceURL, int lineNumber);
    7677    virtual Object construct(ExecState *exec, const List &args);
    7778    virtual bool implementsCall() const;
Note: See TracChangeset for help on using the changeset viewer.