Ignore:
Timestamp:
Jul 26, 2012, 4:01:05 PM (13 years ago)
Author:
[email protected]
Message:

JSArray has methods that are neither used nor defined
https://bugs.webkit.org/show_bug.cgi?id=92416

Reviewed by Simon Fraser.

  • runtime/JSArray.h:

(JSArray):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSArray.h

    r121280 r123807  
    288288        static void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
    289289
    290         JS_EXPORT_PRIVATE void* subclassData() const;
    291         JS_EXPORT_PRIVATE void setSubclassData(void*);
    292 
    293290    private:
    294291        static size_t storageSize(unsigned vectorLength);
     
    305302        void deallocateSparseMap();
    306303
    307         bool getOwnPropertySlotSlowCase(ExecState*, unsigned propertyName, PropertySlot&);
    308304        void putByIndexBeyondVectorLength(ExecState*, unsigned propertyName, JSValue, bool shouldThrow);
    309305        JS_EXPORT_PRIVATE bool putDirectIndexBeyondVectorLength(ExecState*, unsigned propertyName, JSValue, bool shouldThrow);
Note: See TracChangeset for help on using the changeset viewer.