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


Ignore:
Timestamp:
Dec 20, 2007, 12:33:42 PM (17 years ago)
Author:
Darin Adler
Message:
  • roll out that last change -- it was causing test failures; I'll check it back in after fixing them
File:
1 edited

Legend:

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

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