Ignore:
Timestamp:
Nov 10, 2008, 12:25:35 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-10 Cameron Zwarich <[email protected]>

Reviewed by Geoff Garen.

Bug 22162: Remove cachedValueGetter from the JavaScriptCore API implementation
<https://bugs.webkit.org/show_bug.cgi?id=22162>

There is no more need for the cachedValueGetter hack now that we have
PropertySlot::setValue(), so we should remove it.

  • API/JSCallbackObject.h:
  • API/JSCallbackObjectFunctions.h: (JSC::::getOwnPropertySlot):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSCallbackObject.h

    r38066 r38268  
    8383    static JSObject* construct(ExecState*, JSObject* constructor, const ArgList&);
    8484   
    85     static JSValue* cachedValueGetter(ExecState*, const Identifier&, const PropertySlot&);
    8685    static JSValue* staticValueGetter(ExecState*, const Identifier&, const PropertySlot&);
    8786    static JSValue* staticFunctionGetter(ExecState*, const Identifier&, const PropertySlot&);
Note: See TracChangeset for help on using the changeset viewer.