webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"TestSerializationInheritFinal.idl";
Public Attributes | |
attribute long | finalLongAttributeFoo |
attribute long | finalLongAttributeBar |
serializer = { inherit, finalLongAttributeBar } | |
![]() | |
attribute long | inheritLongAttribute |
serializer = { inherit, attribute } | |
![]() | |
attribute DOMString | firstStringAttribute |
attribute long | secondLongAttribute |
attribute TestException | thirdUnserializableAttribute |
attribute unrestricted double | fourthUnrestrictedDoubleAttribute |
attribute long | fifthLongAttribute |
attribute TestTimeStamp | sixthTypedefAttribute |
serializer = { attribute } | |
attribute long TestSerializationInheritFinal::finalLongAttributeBar |
attribute long TestSerializationInheritFinal::finalLongAttributeFoo |
TestSerializationInheritFinal::serializer = { inherit, finalLongAttributeBar } |