Changeset 34334 in webkit for trunk/JavaScriptCore/kjs/object.h


Ignore:
Timestamp:
Jun 2, 2008, 11:26:54 PM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2008-06-02 Geoffrey Garen <[email protected]>

Reviewed by Alexey Proskuryakov.

Removed JSObject::call, since it just called JSObject::callAsFunction.

SunSpider reports no change.

JavaScriptGlue:

2008-06-02 Geoffrey Garen <[email protected]>

Reviewed by Alexey Proskuryakov.

Removed JSObject::call, since it just called JSObject::callAsFunction.

SunSpider reports no change.

WebCore:

2008-06-02 Geoffrey Garen <[email protected]>

Reviewed by Alexey Proskuryakov.


Removed JSObject::call, since it just called JSObject::callAsFunction.


SunSpider reports no change.

File:
1 edited

Legend:

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

    r34160 r34334  
    365365     */
    366366    bool implementsCall();
    367     JSValue *call(ExecState *exec, JSObject *thisObj, const List &args);
    368 
    369367    virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args);
    370368
Note: See TracChangeset for help on using the changeset viewer.