Changeset 188254 in webkit


Ignore:
Timestamp:
Aug 11, 2015, 7:56:37 AM (10 years ago)
Author:
Chris Dumez
Message:

Unreviewed, rebaseline bindings tests after r188252.

  • bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:

(WebCore::JSTestActiveDOMObjectConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp:

(WebCore::JSTestCustomConstructorWithNoInterfaceObjectConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:

(WebCore::JSTestCustomNamedGetterConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestEventConstructor.cpp:

(WebCore::JSTestEventConstructorConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestEventTarget.cpp:

(WebCore::JSTestEventTargetConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestException.cpp:

(WebCore::JSTestExceptionConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:

(WebCore::JSTestGenerateIsReachableConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestInterface.cpp:

(WebCore::JSTestInterfaceConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:

(WebCore::JSTestMediaQueryListListenerConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestNamedConstructor.cpp:

(WebCore::JSTestNamedConstructorConstructor::finishCreation):
(WebCore::JSTestNamedConstructorNamedConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestNode.cpp:

(WebCore::JSTestNodeConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestNondeterministic.cpp:

(WebCore::JSTestNondeterministicConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestObj.cpp:

(WebCore::JSTestObjConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:

(WebCore::JSTestOverloadedConstructorsConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:

(WebCore::JSTestSerializedScriptValueInterfaceConstructor::finishCreation):

  • bindings/scripts/test/JS/JSTestTypedefs.cpp:

(WebCore::JSTestTypedefsConstructor::finishCreation):

  • bindings/scripts/test/JS/JSattribute.cpp:

(WebCore::JSattributeConstructor::finishCreation):

  • bindings/scripts/test/JS/JSreadonly.cpp:

(WebCore::JSreadonlyConstructor::finishCreation):

Location:
trunk/Source/WebCore
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r188252 r188254  
     12015-08-11  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, rebaseline bindings tests after r188252.
     4
     5        * bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:
     6        (WebCore::JSTestActiveDOMObjectConstructor::finishCreation):
     7        * bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp:
     8        (WebCore::JSTestCustomConstructorWithNoInterfaceObjectConstructor::finishCreation):
     9        * bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:
     10        (WebCore::JSTestCustomNamedGetterConstructor::finishCreation):
     11        * bindings/scripts/test/JS/JSTestEventConstructor.cpp:
     12        (WebCore::JSTestEventConstructorConstructor::finishCreation):
     13        * bindings/scripts/test/JS/JSTestEventTarget.cpp:
     14        (WebCore::JSTestEventTargetConstructor::finishCreation):
     15        * bindings/scripts/test/JS/JSTestException.cpp:
     16        (WebCore::JSTestExceptionConstructor::finishCreation):
     17        * bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:
     18        (WebCore::JSTestGenerateIsReachableConstructor::finishCreation):
     19        * bindings/scripts/test/JS/JSTestInterface.cpp:
     20        (WebCore::JSTestInterfaceConstructor::finishCreation):
     21        * bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:
     22        (WebCore::JSTestMediaQueryListListenerConstructor::finishCreation):
     23        * bindings/scripts/test/JS/JSTestNamedConstructor.cpp:
     24        (WebCore::JSTestNamedConstructorConstructor::finishCreation):
     25        (WebCore::JSTestNamedConstructorNamedConstructor::finishCreation):
     26        * bindings/scripts/test/JS/JSTestNode.cpp:
     27        (WebCore::JSTestNodeConstructor::finishCreation):
     28        * bindings/scripts/test/JS/JSTestNondeterministic.cpp:
     29        (WebCore::JSTestNondeterministicConstructor::finishCreation):
     30        * bindings/scripts/test/JS/JSTestObj.cpp:
     31        (WebCore::JSTestObjConstructor::finishCreation):
     32        * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
     33        (WebCore::JSTestOverloadedConstructorsConstructor::finishCreation):
     34        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:
     35        (WebCore::JSTestSerializedScriptValueInterfaceConstructor::finishCreation):
     36        * bindings/scripts/test/JS/JSTestTypedefs.cpp:
     37        (WebCore::JSTestTypedefsConstructor::finishCreation):
     38        * bindings/scripts/test/JS/JSattribute.cpp:
     39        (WebCore::JSattributeConstructor::finishCreation):
     40        * bindings/scripts/test/JS/JSreadonly.cpp:
     41        (WebCore::JSreadonlyConstructor::finishCreation):
     42
    1432015-08-10  Chris Dumez  <cdumez@apple.com>
    244
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp

    r185373 r188254  
    118118    Base::finishCreation(vm);
    119119    ASSERT(inherits(info()));
    120     putDirect(vm, vm.propertyNames->prototype, JSTestActiveDOMObject::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     120    putDirect(vm, vm.propertyNames->prototype, JSTestActiveDOMObject::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    121121    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    122122}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp

    r184953 r188254  
    9292    Base::finishCreation(vm);
    9393    ASSERT(inherits(info()));
    94     putDirect(vm, vm.propertyNames->prototype, JSTestCustomConstructorWithNoInterfaceObject::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     94    putDirect(vm, vm.propertyNames->prototype, JSTestCustomConstructorWithNoInterfaceObject::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    9595    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    9696}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp

    r185373 r188254  
    112112    Base::finishCreation(vm);
    113113    ASSERT(inherits(info()));
    114     putDirect(vm, vm.propertyNames->prototype, JSTestCustomNamedGetter::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     114    putDirect(vm, vm.propertyNames->prototype, JSTestCustomNamedGetter::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    115115    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    116116}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp

    r183523 r188254  
    139139    Base::finishCreation(vm);
    140140    ASSERT(inherits(info()));
    141     putDirect(vm, vm.propertyNames->prototype, JSTestEventConstructor::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     141    putDirect(vm, vm.propertyNames->prototype, JSTestEventConstructor::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    142142    putDirect(vm, vm.propertyNames->length, jsNumber(1), ReadOnly | DontDelete | DontEnum);
    143143}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp

    r185373 r188254  
    121121    Base::finishCreation(vm);
    122122    ASSERT(inherits(info()));
    123     putDirect(vm, vm.propertyNames->prototype, JSTestEventTarget::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     123    putDirect(vm, vm.propertyNames->prototype, JSTestEventTarget::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    124124    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    125125}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp

    r183523 r188254  
    109109    Base::finishCreation(vm);
    110110    ASSERT(inherits(info()));
    111     putDirect(vm, vm.propertyNames->prototype, JSTestException::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     111    putDirect(vm, vm.propertyNames->prototype, JSTestException::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    112112    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    113113}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp

    r185029 r188254  
    9191    Base::finishCreation(vm);
    9292    ASSERT(inherits(info()));
    93     putDirect(vm, vm.propertyNames->prototype, JSTestGenerateIsReachable::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     93    putDirect(vm, vm.propertyNames->prototype, JSTestGenerateIsReachable::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    9494    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    9595}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp

    r185373 r188254  
    301301    Base::finishCreation(vm);
    302302    ASSERT(inherits(info()));
    303     putDirect(vm, vm.propertyNames->prototype, JSTestInterface::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     303    putDirect(vm, vm.propertyNames->prototype, JSTestInterface::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    304304    putDirect(vm, vm.propertyNames->length, jsNumber(1), ReadOnly | DontDelete | DontEnum);
    305305    reifyStaticProperties(vm, JSTestInterfaceConstructorTableValues, *this);
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp

    r183523 r188254  
    9898    Base::finishCreation(vm);
    9999    ASSERT(inherits(info()));
    100     putDirect(vm, vm.propertyNames->prototype, JSTestMediaQueryListListener::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     100    putDirect(vm, vm.propertyNames->prototype, JSTestMediaQueryListListener::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    101101    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    102102}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp

    r185377 r188254  
    119119    Base::finishCreation(vm);
    120120    ASSERT(inherits(info()));
    121     putDirect(vm, vm.propertyNames->prototype, JSTestNamedConstructor::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     121    putDirect(vm, vm.propertyNames->prototype, JSTestNamedConstructor::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    122122    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    123123}
     
    157157    Base::finishCreation(globalObject);
    158158    ASSERT(inherits(info()));
    159     putDirect(vm, vm.propertyNames->prototype, JSTestNamedConstructor::getPrototype(vm, globalObject), None);
     159    putDirect(vm, vm.propertyNames->prototype, JSTestNamedConstructor::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    160160    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    161161}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp

    r181156 r188254  
    103103    Base::finishCreation(vm);
    104104    ASSERT(inherits(info()));
    105     putDirect(vm, vm.propertyNames->prototype, JSTestNode::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     105    putDirect(vm, vm.propertyNames->prototype, JSTestNode::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    106106    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    107107}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp

    r185373 r188254  
    115115    Base::finishCreation(vm);
    116116    ASSERT(inherits(info()));
    117     putDirect(vm, vm.propertyNames->prototype, JSTestNondeterministic::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     117    putDirect(vm, vm.propertyNames->prototype, JSTestNondeterministic::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    118118    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    119119}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp

    r188119 r188254  
    475475    Base::finishCreation(vm);
    476476    ASSERT(inherits(info()));
    477     putDirect(vm, vm.propertyNames->prototype, JSTestObj::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     477    putDirect(vm, vm.propertyNames->prototype, JSTestObj::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    478478    putDirect(vm, vm.propertyNames->length, jsNumber(1), ReadOnly | DontDelete | DontEnum);
    479479    reifyStaticProperties(vm, JSTestObjConstructorTableValues, *this);
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp

    r186275 r188254  
    179179    Base::finishCreation(vm);
    180180    ASSERT(inherits(info()));
    181     putDirect(vm, vm.propertyNames->prototype, JSTestOverloadedConstructors::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     181    putDirect(vm, vm.propertyNames->prototype, JSTestOverloadedConstructors::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    182182    putDirect(vm, vm.propertyNames->length, jsNumber(1), ReadOnly | DontDelete | DontEnum);
    183183}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp

    r185373 r188254  
    106106    Base::finishCreation(vm);
    107107    ASSERT(inherits(info()));
    108     putDirect(vm, vm.propertyNames->prototype, JSTestSerializedScriptValueInterface::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     108    putDirect(vm, vm.propertyNames->prototype, JSTestSerializedScriptValueInterface::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    109109    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    110110}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp

    r185373 r188254  
    171171    Base::finishCreation(vm);
    172172    ASSERT(inherits(info()));
    173     putDirect(vm, vm.propertyNames->prototype, JSTestTypedefs::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     173    putDirect(vm, vm.propertyNames->prototype, JSTestTypedefs::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    174174    putDirect(vm, vm.propertyNames->length, jsNumber(2), ReadOnly | DontDelete | DontEnum);
    175175    reifyStaticProperties(vm, JSTestTypedefsConstructorTableValues, *this);
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp

    r183523 r188254  
    9595    Base::finishCreation(vm);
    9696    ASSERT(inherits(info()));
    97     putDirect(vm, vm.propertyNames->prototype, JSattribute::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     97    putDirect(vm, vm.propertyNames->prototype, JSattribute::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    9898    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    9999}
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp

    r183523 r188254  
    9191    Base::finishCreation(vm);
    9292    ASSERT(inherits(info()));
    93     putDirect(vm, vm.propertyNames->prototype, JSreadonly::getPrototype(vm, globalObject), DontDelete | ReadOnly);
     93    putDirect(vm, vm.propertyNames->prototype, JSreadonly::getPrototype(vm, globalObject), DontDelete | ReadOnly | DontEnum);
    9494    putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
    9595}
Note: See TracChangeset for help on using the changeset viewer.