Skip to content
  • mhahnenberg@apple.com's avatar
    Rename static deleteProperty to deletePropertyByIndex · 8a10db98
    mhahnenberg@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=70257
    
    Reviewed by Geoffrey Garen.
    
    Source/JavaScriptCore: 
    
    Renaming versions of deleteProperty that use an unsigned as the property
    name to "deletePropertyByIndex" in preparation for adding them to the 
    MethodTable, which requires unique names for each method.
    
    * API/JSCallbackObject.h:
    * API/JSCallbackObjectFunctions.h:
    (JSC::::deletePropertyVirtual):
    (JSC::::deletePropertyByIndex):
    * runtime/Arguments.cpp:
    (JSC::Arguments::deletePropertyVirtual):
    (JSC::Arguments::deletePropertyByIndex):
    * runtime/Arguments.h:
    * runtime/JSArray.cpp:
    (JSC::JSArray::deletePropertyVirtual):
    (JSC::JSArray::deletePropertyByIndex):
    * runtime/JSArray.h:
    * runtime/JSCell.cpp:
    (JSC::JSCell::deletePropertyVirtual):
    (JSC::JSCell::deletePropertyByIndex):
    * runtime/JSCell.h:
    * runtime/JSNotAnObject.cpp:
    (JSC::JSNotAnObject::deletePropertyVirtual):
    (JSC::JSNotAnObject::deletePropertyByIndex):
    * runtime/JSNotAnObject.h:
    * runtime/JSObject.cpp:
    (JSC::JSObject::deletePropertyVirtual):
    (JSC::JSObject::deletePropertyByIndex):
    * runtime/JSObject.h:
    * runtime/RegExpMatchesArray.h:
    (JSC::RegExpMatchesArray::deletePropertyVirtual):
    (JSC::RegExpMatchesArray::deletePropertyByIndex):
    
    Source/WebCore: 
    
    No new tests.
    
    Renaming versions of deleteProperty that use an unsigned as the property
    name to "deletePropertyByIndex" in preparation for adding them to the 
    MethodTable, which requires unique names for each method.
    
    * bridge/runtime_array.cpp:
    (JSC::RuntimeArray::deletePropertyVirtual):
    (JSC::RuntimeArray::deletePropertyByIndex):
    * bridge/runtime_array.h:
    
    Source/WebKit2: 
    
    Renaming versions of deleteProperty that use an unsigned as the property
    name to "deletePropertyByIndex" in preparation for adding them to the 
    MethodTable, which requires unique names for each method.
    
    * WebProcess/Plugins/Netscape/JSNPObject.cpp:
    (WebKit::JSNPObject::deletePropertyVirtual):
    (WebKit::JSNPObject::deletePropertyByIndex):
    * WebProcess/Plugins/Netscape/JSNPObject.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@98002 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8a10db98