Ignore:
Timestamp:
Dec 20, 2007, 1:57:18 PM (17 years ago)
Author:
Darin Adler
Message:

Same patch as last time with the test failures problem fixed.

  • kjs/function.cpp: (KJS::GlobalFuncImp::callAsFunction): Make sure to check the completion type from newExec to see if the execute raised an exception.
File:
1 edited

Legend:

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

    r28899 r28907  
    133133        virtual JSValue *callAsFunction(ExecState *, JSObject *thisObj, const List &args);
    134134
    135         Completion execute(const List &);
    136135        JSObject *construct(const List &);
    137136    };
Note: See TracChangeset for help on using the changeset viewer.