Ignore:
Timestamp:
Sep 10, 2008, 12:03:20 AM (17 years ago)
Author:
[email protected]
Message:

2008-09-09 Sam Weinig <[email protected]>

Reviewed by Mark Rowe.

Remove unnecessary override of getOffset.

Sunspider reports this as a .6% progression.

  • JavaScriptCore.exp:
  • kjs/JSObject.h: (JSC::JSObject::getDirectLocation): (JSC::JSObject::getOwnPropertySlotForWrite): (JSC::JSObject::putDirect):
  • kjs/PropertyMap.cpp:
  • kjs/PropertyMap.h:
File:
1 edited

Legend:

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

    r36310 r36314  
    9494        size_t getOffset(const Identifier& propertyName);
    9595        size_t getOffset(const Identifier& propertyName, unsigned& attributes);
    96         size_t getOffset(const Identifier& propertyName, bool& isWriteable);
    9796
    9897        void getEnumerablePropertyNames(PropertyNameArray&) const;
Note: See TracChangeset for help on using the changeset viewer.