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/bindings/runtime_method.h

    r28899 r28907  
    3333namespace KJS {
    3434
    35 
    36 class RuntimeMethod : public InternalFunctionImp
    37 {
     35class RuntimeMethod : public InternalFunctionImp {
    3836public:
    3937    RuntimeMethod(ExecState *exec, const Identifier &n, Bindings::MethodList &methodList);
     
    4240
    4341    virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args);
    44 
    45     virtual Completion execute(ExecState *exec);
    4642
    4743private:
Note: See TracChangeset for help on using the changeset viewer.