Changeset 142834 in webkit


Ignore:
Timestamp:
Feb 13, 2013 5:43:53 PM (11 years ago)
Author:
haraken@chromium.org
Message:

[V8] Rename XXXAccessorGetter() to XXXAttrGetterCustom(),
and XXXAccessorSetter() to XXXAttrSetterCustom()
https://bugs.webkit.org/show_bug.cgi?id=109679

Reviewed by Adam Barth.

For naming consistency and clarification.

No tests. No change in behavior.

  • bindings/scripts/CodeGeneratorV8.pm:

(GenerateHeader):
(GenerateHeaderCustomCall):
(GenerateNormalAttrGetter):
(GenerateNormalAttrSetter):
(GenerateImplementation):

  • bindings/scripts/test/V8/V8TestInterface.cpp:

(WebCore::TestInterfaceV8Internal::supplementalStr3AttrGetter):
(WebCore::TestInterfaceV8Internal::supplementalStr3AttrSetter):

  • bindings/scripts/test/V8/V8TestObj.cpp:

(WebCore::TestObjV8Internal::customAttrAttrGetter):
(WebCore::TestObjV8Internal::customAttrAttrSetter):

  • bindings/scripts/test/V8/V8TestObj.h:

(V8TestObj):

  • bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp:

(WebCore::V8AudioBufferSourceNode::bufferAttrSetterCustom):

  • bindings/v8/custom/V8BiquadFilterNodeCustom.cpp:

(WebCore::V8BiquadFilterNode::typeAttrSetterCustom):

  • bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp:

(WebCore::V8CanvasRenderingContext2D::strokeStyleAttrGetterCustom):
(WebCore::V8CanvasRenderingContext2D::strokeStyleAttrSetterCustom):
(WebCore::V8CanvasRenderingContext2D::fillStyleAttrGetterCustom):
(WebCore::V8CanvasRenderingContext2D::fillStyleAttrSetterCustom):

  • bindings/v8/custom/V8ClipboardCustom.cpp:

(WebCore::V8Clipboard::typesAttrGetterCustom):

  • bindings/v8/custom/V8CoordinatesCustom.cpp:

(WebCore::V8Coordinates::altitudeAttrGetterCustom):
(WebCore::V8Coordinates::altitudeAccuracyAttrGetterCustom):
(WebCore::V8Coordinates::headingAttrGetterCustom):
(WebCore::V8Coordinates::speedAttrGetterCustom):

  • bindings/v8/custom/V8CustomEventCustom.cpp:

(WebCore::V8CustomEvent::detailAttrGetterCustom):

  • bindings/v8/custom/V8DOMWindowCustom.cpp:

(WebCore::V8DOMWindow::eventAttrGetterCustom):
(WebCore::V8DOMWindow::eventAttrSetterCustom):
(WebCore::V8DOMWindow::locationAttrSetterCustom):
(WebCore::V8DOMWindow::openerAttrSetterCustom):

  • bindings/v8/custom/V8DeviceMotionEventCustom.cpp:

(WebCore::V8DeviceMotionEvent::accelerationAttrGetterCustom):
(WebCore::V8DeviceMotionEvent::accelerationIncludingGravityAttrGetterCustom):
(WebCore::V8DeviceMotionEvent::rotationRateAttrGetterCustom):
(WebCore::V8DeviceMotionEvent::intervalAttrGetterCustom):

  • bindings/v8/custom/V8DeviceOrientationEventCustom.cpp:

(WebCore::V8DeviceOrientationEvent::alphaAttrGetterCustom):
(WebCore::V8DeviceOrientationEvent::betaAttrGetterCustom):
(WebCore::V8DeviceOrientationEvent::gammaAttrGetterCustom):
(WebCore::V8DeviceOrientationEvent::absoluteAttrGetterCustom):

  • bindings/v8/custom/V8DocumentLocationCustom.cpp:

(WebCore::V8Document::locationAttrGetterCustom):
(WebCore::V8Document::locationAttrSetterCustom):

  • bindings/v8/custom/V8EventCustom.cpp:

(WebCore::V8Event::dataTransferAttrGetterCustom):
(WebCore::V8Event::clipboardDataAttrGetterCustom):

  • bindings/v8/custom/V8FileReaderCustom.cpp:

(WebCore::V8FileReader::resultAttrGetterCustom):

  • bindings/v8/custom/V8HTMLDocumentCustom.cpp:

(WebCore::V8HTMLDocument::allAttrSetterCustom):

  • bindings/v8/custom/V8HTMLElementCustom.cpp:

(WebCore::V8HTMLElement::itemValueAttrGetterCustom):
(WebCore::V8HTMLElement::itemValueAttrSetterCustom):

  • bindings/v8/custom/V8HTMLFrameElementCustom.cpp:

(WebCore::V8HTMLFrameElement::locationAttrSetterCustom):

  • bindings/v8/custom/V8HTMLInputElementCustom.cpp:

(WebCore::V8HTMLInputElement::selectionStartAttrGetterCustom):
(WebCore::V8HTMLInputElement::selectionStartAttrSetterCustom):
(WebCore::V8HTMLInputElement::selectionEndAttrGetterCustom):
(WebCore::V8HTMLInputElement::selectionEndAttrSetterCustom):
(WebCore::V8HTMLInputElement::selectionDirectionAttrGetterCustom):
(WebCore::V8HTMLInputElement::selectionDirectionAttrSetterCustom):

  • bindings/v8/custom/V8HTMLLinkElementCustom.cpp:

(WebCore::V8HTMLLinkElement::sizesAttrGetterCustom):
(WebCore::V8HTMLLinkElement::sizesAttrSetterCustom):

  • bindings/v8/custom/V8HTMLMediaElementCustom.cpp:

(WebCore::V8HTMLMediaElement::controllerAttrSetterCustom):

  • bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp:

(WebCore::V8HTMLOptionsCollection::lengthAttrSetterCustom):

  • bindings/v8/custom/V8HistoryCustom.cpp:

(WebCore::V8History::stateAttrGetterCustom):

  • bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp:

(WebCore::V8JavaScriptCallFrame::scopeChainAttrGetterCustom):
(WebCore::V8JavaScriptCallFrame::thisObjectAttrGetterCustom):
(WebCore::V8JavaScriptCallFrame::typeAttrGetterCustom):

  • bindings/v8/custom/V8LocationCustom.cpp:

(WebCore::V8Location::hashAttrSetterCustom):
(WebCore::V8Location::hostAttrSetterCustom):
(WebCore::V8Location::hostnameAttrSetterCustom):
(WebCore::V8Location::hrefAttrSetterCustom):
(WebCore::V8Location::pathnameAttrSetterCustom):
(WebCore::V8Location::portAttrSetterCustom):
(WebCore::V8Location::protocolAttrSetterCustom):
(WebCore::V8Location::searchAttrSetterCustom):
(WebCore::V8Location::reloadAttrGetterCustom):
(WebCore::V8Location::replaceAttrGetterCustom):
(WebCore::V8Location::assignAttrGetterCustom):

  • bindings/v8/custom/V8MessageEventCustom.cpp:

(WebCore::V8MessageEvent::dataAttrGetterCustom):
(WebCore::V8MessageEvent::portsAttrGetterCustom):

  • bindings/v8/custom/V8OscillatorNodeCustom.cpp:

(WebCore::V8OscillatorNode::typeAttrSetterCustom):

  • bindings/v8/custom/V8PannerNodeCustom.cpp:

(WebCore::V8PannerNode::panningModelAttrSetterCustom):
(WebCore::V8PannerNode::distanceModelAttrSetterCustom):

  • bindings/v8/custom/V8PopStateEventCustom.cpp:

(WebCore::V8PopStateEvent::stateAttrGetterCustom):

  • bindings/v8/custom/V8SVGLengthCustom.cpp:

(WebCore::V8SVGLength::valueAttrGetterCustom):
(WebCore::V8SVGLength::valueAttrSetterCustom):

  • bindings/v8/custom/V8TrackEventCustom.cpp:

(WebCore::V8TrackEvent::trackAttrGetterCustom):

  • bindings/v8/custom/V8WebKitAnimationCustom.cpp:

(WebCore::V8WebKitAnimation::iterationCountAttrGetterCustom):

  • bindings/v8/custom/V8XMLHttpRequestCustom.cpp:

(WebCore::V8XMLHttpRequest::responseTextAttrGetterCustom):
(WebCore::V8XMLHttpRequest::responseAttrGetterCustom):

Location:
trunk/Source/WebCore
Files:
35 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r142833 r142834  
    112013-02-13  Kentaro Hara  <haraken@chromium.org>
     2
     3        [V8] Rename XXXAccessorGetter() to XXXAttrGetterCustom(),
     4        and XXXAccessorSetter() to XXXAttrSetterCustom()
     5        https://bugs.webkit.org/show_bug.cgi?id=109679
     6
     7        Reviewed by Adam Barth.
     8
     9        For naming consistency and clarification.
     10
     11        No tests. No change in behavior.
     12
     13        * bindings/scripts/CodeGeneratorV8.pm:
     14        (GenerateHeader):
     15        (GenerateHeaderCustomCall):
     16        (GenerateNormalAttrGetter):
     17        (GenerateNormalAttrSetter):
     18        (GenerateImplementation):
     19        * bindings/scripts/test/V8/V8TestInterface.cpp:
     20        (WebCore::TestInterfaceV8Internal::supplementalStr3AttrGetter):
     21        (WebCore::TestInterfaceV8Internal::supplementalStr3AttrSetter):
     22        * bindings/scripts/test/V8/V8TestObj.cpp:
     23        (WebCore::TestObjV8Internal::customAttrAttrGetter):
     24        (WebCore::TestObjV8Internal::customAttrAttrSetter):
     25        * bindings/scripts/test/V8/V8TestObj.h:
     26        (V8TestObj):
     27        * bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp:
     28        (WebCore::V8AudioBufferSourceNode::bufferAttrSetterCustom):
     29        * bindings/v8/custom/V8BiquadFilterNodeCustom.cpp:
     30        (WebCore::V8BiquadFilterNode::typeAttrSetterCustom):
     31        * bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp:
     32        (WebCore::V8CanvasRenderingContext2D::strokeStyleAttrGetterCustom):
     33        (WebCore::V8CanvasRenderingContext2D::strokeStyleAttrSetterCustom):
     34        (WebCore::V8CanvasRenderingContext2D::fillStyleAttrGetterCustom):
     35        (WebCore::V8CanvasRenderingContext2D::fillStyleAttrSetterCustom):
     36        * bindings/v8/custom/V8ClipboardCustom.cpp:
     37        (WebCore::V8Clipboard::typesAttrGetterCustom):
     38        * bindings/v8/custom/V8CoordinatesCustom.cpp:
     39        (WebCore::V8Coordinates::altitudeAttrGetterCustom):
     40        (WebCore::V8Coordinates::altitudeAccuracyAttrGetterCustom):
     41        (WebCore::V8Coordinates::headingAttrGetterCustom):
     42        (WebCore::V8Coordinates::speedAttrGetterCustom):
     43        * bindings/v8/custom/V8CustomEventCustom.cpp:
     44        (WebCore::V8CustomEvent::detailAttrGetterCustom):
     45        * bindings/v8/custom/V8DOMWindowCustom.cpp:
     46        (WebCore::V8DOMWindow::eventAttrGetterCustom):
     47        (WebCore::V8DOMWindow::eventAttrSetterCustom):
     48        (WebCore::V8DOMWindow::locationAttrSetterCustom):
     49        (WebCore::V8DOMWindow::openerAttrSetterCustom):
     50        * bindings/v8/custom/V8DeviceMotionEventCustom.cpp:
     51        (WebCore::V8DeviceMotionEvent::accelerationAttrGetterCustom):
     52        (WebCore::V8DeviceMotionEvent::accelerationIncludingGravityAttrGetterCustom):
     53        (WebCore::V8DeviceMotionEvent::rotationRateAttrGetterCustom):
     54        (WebCore::V8DeviceMotionEvent::intervalAttrGetterCustom):
     55        * bindings/v8/custom/V8DeviceOrientationEventCustom.cpp:
     56        (WebCore::V8DeviceOrientationEvent::alphaAttrGetterCustom):
     57        (WebCore::V8DeviceOrientationEvent::betaAttrGetterCustom):
     58        (WebCore::V8DeviceOrientationEvent::gammaAttrGetterCustom):
     59        (WebCore::V8DeviceOrientationEvent::absoluteAttrGetterCustom):
     60        * bindings/v8/custom/V8DocumentLocationCustom.cpp:
     61        (WebCore::V8Document::locationAttrGetterCustom):
     62        (WebCore::V8Document::locationAttrSetterCustom):
     63        * bindings/v8/custom/V8EventCustom.cpp:
     64        (WebCore::V8Event::dataTransferAttrGetterCustom):
     65        (WebCore::V8Event::clipboardDataAttrGetterCustom):
     66        * bindings/v8/custom/V8FileReaderCustom.cpp:
     67        (WebCore::V8FileReader::resultAttrGetterCustom):
     68        * bindings/v8/custom/V8HTMLDocumentCustom.cpp:
     69        (WebCore::V8HTMLDocument::allAttrSetterCustom):
     70        * bindings/v8/custom/V8HTMLElementCustom.cpp:
     71        (WebCore::V8HTMLElement::itemValueAttrGetterCustom):
     72        (WebCore::V8HTMLElement::itemValueAttrSetterCustom):
     73        * bindings/v8/custom/V8HTMLFrameElementCustom.cpp:
     74        (WebCore::V8HTMLFrameElement::locationAttrSetterCustom):
     75        * bindings/v8/custom/V8HTMLInputElementCustom.cpp:
     76        (WebCore::V8HTMLInputElement::selectionStartAttrGetterCustom):
     77        (WebCore::V8HTMLInputElement::selectionStartAttrSetterCustom):
     78        (WebCore::V8HTMLInputElement::selectionEndAttrGetterCustom):
     79        (WebCore::V8HTMLInputElement::selectionEndAttrSetterCustom):
     80        (WebCore::V8HTMLInputElement::selectionDirectionAttrGetterCustom):
     81        (WebCore::V8HTMLInputElement::selectionDirectionAttrSetterCustom):
     82        * bindings/v8/custom/V8HTMLLinkElementCustom.cpp:
     83        (WebCore::V8HTMLLinkElement::sizesAttrGetterCustom):
     84        (WebCore::V8HTMLLinkElement::sizesAttrSetterCustom):
     85        * bindings/v8/custom/V8HTMLMediaElementCustom.cpp:
     86        (WebCore::V8HTMLMediaElement::controllerAttrSetterCustom):
     87        * bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp:
     88        (WebCore::V8HTMLOptionsCollection::lengthAttrSetterCustom):
     89        * bindings/v8/custom/V8HistoryCustom.cpp:
     90        (WebCore::V8History::stateAttrGetterCustom):
     91        * bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp:
     92        (WebCore::V8JavaScriptCallFrame::scopeChainAttrGetterCustom):
     93        (WebCore::V8JavaScriptCallFrame::thisObjectAttrGetterCustom):
     94        (WebCore::V8JavaScriptCallFrame::typeAttrGetterCustom):
     95        * bindings/v8/custom/V8LocationCustom.cpp:
     96        (WebCore::V8Location::hashAttrSetterCustom):
     97        (WebCore::V8Location::hostAttrSetterCustom):
     98        (WebCore::V8Location::hostnameAttrSetterCustom):
     99        (WebCore::V8Location::hrefAttrSetterCustom):
     100        (WebCore::V8Location::pathnameAttrSetterCustom):
     101        (WebCore::V8Location::portAttrSetterCustom):
     102        (WebCore::V8Location::protocolAttrSetterCustom):
     103        (WebCore::V8Location::searchAttrSetterCustom):
     104        (WebCore::V8Location::reloadAttrGetterCustom):
     105        (WebCore::V8Location::replaceAttrGetterCustom):
     106        (WebCore::V8Location::assignAttrGetterCustom):
     107        * bindings/v8/custom/V8MessageEventCustom.cpp:
     108        (WebCore::V8MessageEvent::dataAttrGetterCustom):
     109        (WebCore::V8MessageEvent::portsAttrGetterCustom):
     110        * bindings/v8/custom/V8OscillatorNodeCustom.cpp:
     111        (WebCore::V8OscillatorNode::typeAttrSetterCustom):
     112        * bindings/v8/custom/V8PannerNodeCustom.cpp:
     113        (WebCore::V8PannerNode::panningModelAttrSetterCustom):
     114        (WebCore::V8PannerNode::distanceModelAttrSetterCustom):
     115        * bindings/v8/custom/V8PopStateEventCustom.cpp:
     116        (WebCore::V8PopStateEvent::stateAttrGetterCustom):
     117        * bindings/v8/custom/V8SVGLengthCustom.cpp:
     118        (WebCore::V8SVGLength::valueAttrGetterCustom):
     119        (WebCore::V8SVGLength::valueAttrSetterCustom):
     120        * bindings/v8/custom/V8TrackEventCustom.cpp:
     121        (WebCore::V8TrackEvent::trackAttrGetterCustom):
     122        * bindings/v8/custom/V8WebKitAnimationCustom.cpp:
     123        (WebCore::V8WebKitAnimation::iterationCountAttrGetterCustom):
     124        * bindings/v8/custom/V8XMLHttpRequestCustom.cpp:
     125        (WebCore::V8XMLHttpRequest::responseTextAttrGetterCustom):
     126        (WebCore::V8XMLHttpRequest::responseAttrGetterCustom):
     127
     1282013-02-12  Kentaro Hara  <haraken@chromium.org>
    2129
    3130        [V8] Generate wrapper methods for custom getters/setters
  • trunk/Source/WebCore/bindings/scripts/CodeGeneratorV8.pm

    r142833 r142834  
    426426            push(@headerContent, "#if ${conditionalString}\n") if $conditionalString;
    427427            push(@headerContent, <<END);
    428     static v8::Handle<v8::Value> ${name}AccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo&);
     428    static v8::Handle<v8::Value> ${name}AttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo&);
    429429END
    430430            push(@headerContent, "#endif // ${conditionalString}\n") if $conditionalString;
     
    433433            push(@headerContent, "#if ${conditionalString}\n") if $conditionalString;
    434434            push(@headerContent, <<END);
    435     static void ${name}AccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::AccessorInfo&);
     435    static void ${name}AttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::AccessorInfo&);
    436436END
    437437            push(@headerContent, "#endif // ${conditionalString}\n") if $conditionalString;
     
    730730    }
    731731    if ($interface->name eq "Event") {
    732         push(@headerContent, "    static v8::Handle<v8::Value> dataTransferAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo&);\n");
    733         push(@headerContent, "    static void valueAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::AccessorInfo&);\n");
     732        push(@headerContent, "    static v8::Handle<v8::Value> dataTransferAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo&);\n");
     733        push(@headerContent, "    static void valueAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::AccessorInfo&);\n");
    734734    }
    735735    if ($interface->name eq "Location") {
    736         push(@headerContent, "    static v8::Handle<v8::Value> assignAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo&);\n");
    737         push(@headerContent, "    static v8::Handle<v8::Value> reloadAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo&);\n");
    738         push(@headerContent, "    static v8::Handle<v8::Value> replaceAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo&);\n");
     736        push(@headerContent, "    static v8::Handle<v8::Value> assignAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo&);\n");
     737        push(@headerContent, "    static v8::Handle<v8::Value> reloadAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo&);\n");
     738        push(@headerContent, "    static v8::Handle<v8::Value> replaceAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo&);\n");
    739739    }
    740740}
     
    901901    if (HasCustomGetter($attrExt)) {
    902902        push(@implContentDecls, <<END);
    903         return ${v8InterfaceName}::${attrName}AccessorGetter(name, info);
     903        return ${v8InterfaceName}::${attrName}AttrGetterCustom(name, info);
    904904}
    905905
     
    11871187    if (HasCustomSetter($attrExt)) {
    11881188        push(@implContentDecls, <<END);
    1189         ${v8InterfaceName}::${attrName}AccessorSetter(name, value, info);
     1189        ${v8InterfaceName}::${attrName}AttrSetterCustom(name, value, info);
    11901190}
    11911191
     
    30903090    // For security reasons, these functions are on the instance instead
    30913091    // of on the prototype object to ensure that they cannot be overwritten.
    3092     instance->SetAccessor(v8::String::NewSymbol("reload"), V8Location::reloadAccessorGetter, 0, v8Undefined(), v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
    3093     instance->SetAccessor(v8::String::NewSymbol("replace"), V8Location::replaceAccessorGetter, 0, v8Undefined(), v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
    3094     instance->SetAccessor(v8::String::NewSymbol("assign"), V8Location::assignAccessorGetter, 0, v8Undefined(), v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
     3092    instance->SetAccessor(v8::String::NewSymbol("reload"), V8Location::reloadAttrGetterCustom, 0, v8Undefined(), v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
     3093    instance->SetAccessor(v8::String::NewSymbol("replace"), V8Location::replaceAttrGetterCustom, 0, v8Undefined(), v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
     3094    instance->SetAccessor(v8::String::NewSymbol("assign"), V8Location::assignAttrGetterCustom, 0, v8Undefined(), v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly));
    30953095END
    30963096    }
  • trunk/Source/WebCore/bindings/scripts/test/V8/V8TestInterface.cpp

    r142833 r142834  
    134134static v8::Handle<v8::Value> supplementalStr3AttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    135135{
    136         return V8TestInterface::supplementalStr3AccessorGetter(name, info);
     136        return V8TestInterface::supplementalStr3AttrGetterCustom(name, info);
    137137}
    138138
     
    143143static void supplementalStr3AttrSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    144144{
    145         V8TestInterface::supplementalStr3AccessorSetter(name, value, info);
     145        V8TestInterface::supplementalStr3AttrSetterCustom(name, value, info);
    146146}
    147147
  • trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp

    r142833 r142834  
    503503static v8::Handle<v8::Value> customAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    504504{
    505         return V8TestObj::customAttrAccessorGetter(name, info);
     505        return V8TestObj::customAttrAttrGetterCustom(name, info);
    506506}
    507507
    508508static void customAttrAttrSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    509509{
    510         V8TestObj::customAttrAccessorSetter(name, value, info);
     510        V8TestObj::customAttrAttrSetterCustom(name, value, info);
    511511}
    512512
  • trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.h

    r142061 r142834  
    4848    static v8::Handle<v8::Value> classMethod2Callback(const v8::Arguments&);
    4949    static v8::Handle<v8::Value> constructorCallback(const v8::Arguments&);
    50     static v8::Handle<v8::Value> customAttrAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo&);
    51     static void customAttrAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::AccessorInfo&);
     50    static v8::Handle<v8::Value> customAttrAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo&);
     51    static void customAttrAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::AccessorInfo&);
    5252    static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
    5353    static void installPerContextProperties(v8::Handle<v8::Object>, TestObj*, v8::Isolate*);
  • trunk/Source/WebCore/bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp

    r141718 r142834  
    3737namespace WebCore {
    3838
    39 void V8AudioBufferSourceNode::bufferAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     39void V8AudioBufferSourceNode::bufferAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    4040{
    4141    v8::Handle<v8::Object> holder = info.Holder();
  • trunk/Source/WebCore/bindings/v8/custom/V8BiquadFilterNodeCustom.cpp

    r138849 r142834  
    3535namespace WebCore {
    3636
    37 void V8BiquadFilterNode::typeAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     37void V8BiquadFilterNode::typeAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    3838{
    3939    BiquadFilterNode* imp = V8BiquadFilterNode::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp

    r141718 r142834  
    7171}
    7272
    73 v8::Handle<v8::Value> V8CanvasRenderingContext2D::strokeStyleAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     73v8::Handle<v8::Value> V8CanvasRenderingContext2D::strokeStyleAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    7474{
    7575    CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
     
    7777}
    7878
    79 void V8CanvasRenderingContext2D::strokeStyleAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     79void V8CanvasRenderingContext2D::strokeStyleAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    8080{
    8181    CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
     
    8686}
    8787
    88 v8::Handle<v8::Value> V8CanvasRenderingContext2D::fillStyleAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     88v8::Handle<v8::Value> V8CanvasRenderingContext2D::fillStyleAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    8989{
    9090    CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
     
    9292}
    9393
    94 void V8CanvasRenderingContext2D::fillStyleAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     94void V8CanvasRenderingContext2D::fillStyleAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    9595{
    9696    CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8ClipboardCustom.cpp

    r142170 r142834  
    4444namespace WebCore {
    4545
    46 v8::Handle<v8::Value> V8Clipboard::typesAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     46v8::Handle<v8::Value> V8Clipboard::typesAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4747{
    4848    Clipboard* clipboard = V8Clipboard::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8CoordinatesCustom.cpp

    r138665 r142834  
    3232namespace WebCore {
    3333
    34 v8::Handle<v8::Value> V8Coordinates::altitudeAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     34v8::Handle<v8::Value> V8Coordinates::altitudeAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    3535{
    3636    v8::Handle<v8::Object> holder = info.Holder();
     
    4141}
    4242
    43 v8::Handle<v8::Value> V8Coordinates::altitudeAccuracyAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     43v8::Handle<v8::Value> V8Coordinates::altitudeAccuracyAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4444{
    4545    v8::Handle<v8::Object> holder = info.Holder();
     
    5050}
    5151
    52 v8::Handle<v8::Value> V8Coordinates::headingAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     52v8::Handle<v8::Value> V8Coordinates::headingAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    5353{
    5454    v8::Handle<v8::Object> holder = info.Holder();
     
    5959}
    6060
    61 v8::Handle<v8::Value> V8Coordinates::speedAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     61v8::Handle<v8::Value> V8Coordinates::speedAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    6262{
    6363    v8::Handle<v8::Object> holder = info.Holder();
  • trunk/Source/WebCore/bindings/v8/custom/V8CustomEventCustom.cpp

    r140887 r142834  
    4747namespace WebCore {
    4848
    49 v8::Handle<v8::Value> V8CustomEvent::detailAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     49v8::Handle<v8::Value> V8CustomEvent::detailAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    5050{
    5151    CustomEvent* imp = V8CustomEvent::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp

    r142565 r142834  
    145145}
    146146
    147 v8::Handle<v8::Value> V8DOMWindow::eventAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     147v8::Handle<v8::Value> V8DOMWindow::eventAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    148148{
    149149    v8::Handle<v8::Object> holder = info.This()->FindInstanceInPrototypeChain(V8DOMWindow::GetTemplate(info.GetIsolate()));
     
    167167}
    168168
    169 void V8DOMWindow::eventAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     169void V8DOMWindow::eventAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    170170{
    171171    v8::Handle<v8::Object> holder = info.This()->FindInstanceInPrototypeChain(V8DOMWindow::GetTemplate(info.GetIsolate()));
     
    186186}
    187187
    188 void V8DOMWindow::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     188void V8DOMWindow::locationAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    189189{
    190190    DOMWindow* imp = V8DOMWindow::toNative(info.Holder());
     
    203203}
    204204
    205 void V8DOMWindow::openerAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     205void V8DOMWindow::openerAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    206206{
    207207    DOMWindow* imp = V8DOMWindow::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8DeviceMotionEventCustom.cpp

    r138665 r142834  
    122122} // namespace
    123123
    124 v8::Handle<v8::Value> V8DeviceMotionEvent::accelerationAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     124v8::Handle<v8::Value> V8DeviceMotionEvent::accelerationAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    125125{
    126126    v8::Handle<v8::Object> holder = info.Holder();
     
    131131}
    132132
    133 v8::Handle<v8::Value> V8DeviceMotionEvent::accelerationIncludingGravityAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     133v8::Handle<v8::Value> V8DeviceMotionEvent::accelerationIncludingGravityAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    134134{
    135135    v8::Handle<v8::Object> holder = info.Holder();
     
    140140}
    141141
    142 v8::Handle<v8::Value> V8DeviceMotionEvent::rotationRateAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     142v8::Handle<v8::Value> V8DeviceMotionEvent::rotationRateAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    143143{
    144144    v8::Handle<v8::Object> holder = info.Holder();
     
    149149}
    150150
    151 v8::Handle<v8::Value> V8DeviceMotionEvent::intervalAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     151v8::Handle<v8::Value> V8DeviceMotionEvent::intervalAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    152152{
    153153    v8::Handle<v8::Object> holder = info.Holder();
  • trunk/Source/WebCore/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp

    r138665 r142834  
    3636namespace WebCore {
    3737
    38 v8::Handle<v8::Value> V8DeviceOrientationEvent::alphaAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     38v8::Handle<v8::Value> V8DeviceOrientationEvent::alphaAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    3939{
    4040    v8::Handle<v8::Object> holder = info.Holder();
     
    4545}
    4646
    47 v8::Handle<v8::Value> V8DeviceOrientationEvent::betaAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     47v8::Handle<v8::Value> V8DeviceOrientationEvent::betaAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4848{
    4949    v8::Handle<v8::Object> holder = info.Holder();
     
    5454}
    5555
    56 v8::Handle<v8::Value> V8DeviceOrientationEvent::gammaAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     56v8::Handle<v8::Value> V8DeviceOrientationEvent::gammaAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    5757{
    5858    v8::Handle<v8::Object> holder = info.Holder();
     
    6363}
    6464
    65 v8::Handle<v8::Value> V8DeviceOrientationEvent::absoluteAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     65v8::Handle<v8::Value> V8DeviceOrientationEvent::absoluteAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    6666{
    6767    v8::Handle<v8::Object> holder = info.Holder();
  • trunk/Source/WebCore/bindings/v8/custom/V8DocumentLocationCustom.cpp

    r141763 r142834  
    3434namespace WebCore {
    3535
    36 v8::Handle<v8::Value> V8Document::locationAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     36v8::Handle<v8::Value> V8Document::locationAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    3737{
    3838    Document* document = V8Document::toNative(info.Holder());
     
    4444}
    4545
    46 void V8Document::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     46void V8Document::locationAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    4747{
    4848    Document* document = V8Document::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8EventCustom.cpp

    r141763 r142834  
    4343namespace WebCore {
    4444
    45 v8::Handle<v8::Value> V8Event::dataTransferAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     45v8::Handle<v8::Value> V8Event::dataTransferAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4646{
    4747    Event* event = V8Event::toNative(info.Holder());
     
    5353}
    5454
    55 v8::Handle<v8::Value> V8Event::clipboardDataAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     55v8::Handle<v8::Value> V8Event::clipboardDataAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    5656{
    5757    Event* event = V8Event::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8FileReaderCustom.cpp

    r141763 r142834  
    4141namespace WebCore {
    4242
    43 v8::Handle<v8::Value> V8FileReader::resultAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     43v8::Handle<v8::Value> V8FileReader::resultAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4444{
    4545    v8::Handle<v8::Object> holder = info.Holder();
  • trunk/Source/WebCore/bindings/v8/custom/V8HTMLDocumentCustom.cpp

    r142424 r142834  
    160160}
    161161
    162 void V8HTMLDocument::allAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     162void V8HTMLDocument::allAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    163163{
    164164    // Just emulate a normal JS behaviour---install a property on this.
  • trunk/Source/WebCore/bindings/v8/custom/V8HTMLElementCustom.cpp

    r141763 r142834  
    4848
    4949#if ENABLE(MICRODATA)
    50 v8::Handle<v8::Value> V8HTMLElement::itemValueAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     50v8::Handle<v8::Value> V8HTMLElement::itemValueAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    5151{
    5252    HTMLElement* impl = V8HTMLElement::toNative(info.Holder());
     
    5454}
    5555
    56 void V8HTMLElement::itemValueAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     56void V8HTMLElement::itemValueAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    5757{
    5858    HTMLElement* impl = V8HTMLElement::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8HTMLFrameElementCustom.cpp

    r126399 r142834  
    4141using namespace HTMLNames;
    4242
    43 void V8HTMLFrameElement::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     43void V8HTMLFrameElement::locationAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    4444{
    4545    HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8HTMLInputElementCustom.cpp

    r138665 r142834  
    3838namespace WebCore {
    3939
    40 v8::Handle<v8::Value> V8HTMLInputElement::selectionStartAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     40v8::Handle<v8::Value> V8HTMLInputElement::selectionStartAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4141{
    4242    v8::Handle<v8::Object> holder = info.Holder();
     
    5050}
    5151
    52 void V8HTMLInputElement::selectionStartAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     52void V8HTMLInputElement::selectionStartAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    5353{
    5454    v8::Handle<v8::Object> holder = info.Holder();
     
    6262}
    6363
    64 v8::Handle<v8::Value> V8HTMLInputElement::selectionEndAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     64v8::Handle<v8::Value> V8HTMLInputElement::selectionEndAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    6565{
    6666    v8::Handle<v8::Object> holder = info.Holder();
     
    7474}
    7575
    76 void V8HTMLInputElement::selectionEndAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     76void V8HTMLInputElement::selectionEndAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    7777{
    7878    v8::Handle<v8::Object> holder = info.Holder();
     
    8787}
    8888
    89 v8::Handle<v8::Value> V8HTMLInputElement::selectionDirectionAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     89v8::Handle<v8::Value> V8HTMLInputElement::selectionDirectionAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    9090{
    9191    v8::Handle<v8::Object> holder = info.Holder();
     
    9898}
    9999
    100 void V8HTMLInputElement::selectionDirectionAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     100void V8HTMLInputElement::selectionDirectionAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    101101{
    102102    v8::Handle<v8::Object> holder = info.Holder();
  • trunk/Source/WebCore/bindings/v8/custom/V8HTMLLinkElementCustom.cpp

    r141763 r142834  
    3838namespace WebCore {
    3939
    40 v8::Handle<v8::Value> V8HTMLLinkElement::sizesAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     40v8::Handle<v8::Value> V8HTMLLinkElement::sizesAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4141{
    4242    HTMLLinkElement* imp = V8HTMLLinkElement::toNative(info.Holder());
     
    4444}
    4545
    46 void V8HTMLLinkElement::sizesAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     46void V8HTMLLinkElement::sizesAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    4747{
    4848    HTMLLinkElement* imp = V8HTMLLinkElement::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8HTMLMediaElementCustom.cpp

    r141718 r142834  
    3434namespace WebCore {
    3535
    36 void V8HTMLMediaElement::controllerAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     36void V8HTMLMediaElement::controllerAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    3737{
    3838    HTMLMediaElement* imp = V8HTMLMediaElement::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp

    r142831 r142834  
    115115}
    116116
    117 void V8HTMLOptionsCollection::lengthAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     117void V8HTMLOptionsCollection::lengthAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    118118{
    119119    HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8HistoryCustom.cpp

    r140748 r142834  
    4242namespace WebCore {
    4343
    44 v8::Handle<v8::Value> V8History::stateAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     44v8::Handle<v8::Value> V8History::stateAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4545{
    4646    History* history = V8History::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp

    r142114 r142834  
    6060}
    6161
    62 v8::Handle<v8::Value> V8JavaScriptCallFrame::scopeChainAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     62v8::Handle<v8::Value> V8JavaScriptCallFrame::scopeChainAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    6363{
    6464    JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
     
    7373}
    7474
    75 v8::Handle<v8::Value> V8JavaScriptCallFrame::thisObjectAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     75v8::Handle<v8::Value> V8JavaScriptCallFrame::thisObjectAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    7676{
    7777    JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
     
    7979}
    8080
    81 v8::Handle<v8::Value> V8JavaScriptCallFrame::typeAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     81v8::Handle<v8::Value> V8JavaScriptCallFrame::typeAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    8282{
    8383    return v8::String::NewSymbol("function");
  • trunk/Source/WebCore/bindings/v8/custom/V8LocationCustom.cpp

    r142250 r142834  
    4646namespace WebCore {
    4747
    48 void V8Location::hashAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     48void V8Location::hashAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    4949{
    5050    Location* impl = V8Location::toNative(info.Holder());
     
    5757}
    5858
    59 void V8Location::hostAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     59void V8Location::hostAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    6060{
    6161    Location* impl = V8Location::toNative(info.Holder());
     
    6868}
    6969
    70 void V8Location::hostnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     70void V8Location::hostnameAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    7171{
    7272    Location* impl = V8Location::toNative(info.Holder());
     
    7979}
    8080
    81 void V8Location::hrefAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     81void V8Location::hrefAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    8282{
    8383    Location* impl = V8Location::toNative(info.Holder());
     
    9090}
    9191
    92 void V8Location::pathnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     92void V8Location::pathnameAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    9393{
    9494    Location* impl = V8Location::toNative(info.Holder());
     
    101101}
    102102
    103 void V8Location::portAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     103void V8Location::portAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    104104{
    105105    Location* impl = V8Location::toNative(info.Holder());
     
    112112}
    113113
    114 void V8Location::protocolAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     114void V8Location::protocolAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    115115{
    116116    Location* impl = V8Location::toNative(info.Holder());
     
    126126}
    127127
    128 void V8Location::searchAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     128void V8Location::searchAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    129129{
    130130    Location* impl = V8Location::toNative(info.Holder());
     
    137137}
    138138
    139 v8::Handle<v8::Value> V8Location::reloadAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     139v8::Handle<v8::Value> V8Location::reloadAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    140140{
    141141    v8::Isolate* isolate = info.GetIsolate();
     
    155155}
    156156
    157 v8::Handle<v8::Value> V8Location::replaceAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     157v8::Handle<v8::Value> V8Location::replaceAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    158158{
    159159    v8::Isolate* isolate = info.GetIsolate();
     
    173173}
    174174
    175 v8::Handle<v8::Value> V8Location::assignAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     175v8::Handle<v8::Value> V8Location::assignAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    176176{
    177177    v8::Isolate* isolate = info.GetIsolate();
  • trunk/Source/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp

    r141763 r142834  
    4343namespace WebCore {
    4444
    45 v8::Handle<v8::Value> V8MessageEvent::dataAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     45v8::Handle<v8::Value> V8MessageEvent::dataAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4646{
    4747    MessageEvent* event = V8MessageEvent::toNative(info.Holder());
     
    8787}
    8888
    89 v8::Handle<v8::Value> V8MessageEvent::portsAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     89v8::Handle<v8::Value> V8MessageEvent::portsAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    9090{
    9191    MessageEvent* event = V8MessageEvent::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8OscillatorNodeCustom.cpp

    r138665 r142834  
    3535namespace WebCore {
    3636
    37 void V8OscillatorNode::typeAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     37void V8OscillatorNode::typeAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    3838{
    3939    v8::Handle<v8::Object> holder = info.Holder();
  • trunk/Source/WebCore/bindings/v8/custom/V8PannerNodeCustom.cpp

    r138849 r142834  
    3535namespace WebCore {
    3636
    37 void V8PannerNode::panningModelAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     37void V8PannerNode::panningModelAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    3838{
    3939    PannerNode* imp = V8PannerNode::toNative(info.Holder());
     
    6161}
    6262
    63 void V8PannerNode::distanceModelAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     63void V8PannerNode::distanceModelAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    6464{
    6565    PannerNode* imp = V8PannerNode::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8PopStateEventCustom.cpp

    r141763 r142834  
    4747}
    4848
    49 v8::Handle<v8::Value> V8PopStateEvent::stateAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     49v8::Handle<v8::Value> V8PopStateEvent::stateAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    5050{
    5151    v8::Handle<v8::Value> result = info.Holder()->GetHiddenValue(V8HiddenPropertyName::state());
  • trunk/Source/WebCore/bindings/v8/custom/V8SVGLengthCustom.cpp

    r138665 r142834  
    4141namespace WebCore {
    4242
    43 v8::Handle<v8::Value> V8SVGLength::valueAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     43v8::Handle<v8::Value> V8SVGLength::valueAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4444{
    4545    SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
     
    5353}
    5454
    55 void V8SVGLength::valueAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
     55void V8SVGLength::valueAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
    5656{
    5757    SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8TrackEventCustom.cpp

    r141763 r142834  
    4141namespace WebCore {
    4242
    43 v8::Handle<v8::Value> V8TrackEvent::trackAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     43v8::Handle<v8::Value> V8TrackEvent::trackAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    4444{
    4545    TrackEvent* trackEvent = V8TrackEvent::toNative(info.Holder());
  • trunk/Source/WebCore/bindings/v8/custom/V8WebKitAnimationCustom.cpp

    r138665 r142834  
    3434namespace WebCore {
    3535
    36 v8::Handle<v8::Value> V8WebKitAnimation::iterationCountAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     36v8::Handle<v8::Value> V8WebKitAnimation::iterationCountAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    3737{
    3838    v8::Handle<v8::Object> holder = info.Holder();
  • trunk/Source/WebCore/bindings/v8/custom/V8XMLHttpRequestCustom.cpp

    r142424 r142834  
    6666}
    6767
    68 v8::Handle<v8::Value> V8XMLHttpRequest::responseTextAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     68v8::Handle<v8::Value> V8XMLHttpRequest::responseTextAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    6969{
    7070    XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
     
    7676}
    7777
    78 v8::Handle<v8::Value> V8XMLHttpRequest::responseAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
     78v8::Handle<v8::Value> V8XMLHttpRequest::responseAttrGetterCustom(v8::Local<v8::String> name, const v8::AccessorInfo& info)
    7979{
    8080    XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
     
    8383    case XMLHttpRequest::ResponseTypeDefault:
    8484    case XMLHttpRequest::ResponseTypeText:
    85         return responseTextAccessorGetter(name, info);
     85        return responseTextAttrGetterCustom(name, info);
    8686
    8787    case XMLHttpRequest::ResponseTypeDocument:
Note: See TracChangeset for help on using the changeset viewer.