Changeset 28907 in webkit for trunk/JavaScriptCore/kjs/function.h


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

    r28899 r28907  
    8383   
    8484    virtual JSValue* callAsFunction(ExecState*, JSObject* thisObj, const List& args);
    85     Completion execute(ExecState*);
    8685
    8786    // Note: unlike body->paramName, this returns Identifier::null for parameters
Note: See TracChangeset for help on using the changeset viewer.