mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Generate forwarded setters
This commit is contained in:
parent
15c4372a8b
commit
cc5eee48a6
3 changed files with 36 additions and 5 deletions
|
@ -112,6 +112,9 @@ interface TestBinding {
|
|||
attribute (Event or DOMString)? union2AttributeNullable;
|
||||
[BinaryName="BinaryRenamedAttribute"] attribute DOMString attrToBinaryRename;
|
||||
|
||||
[PutForwards=booleanAttribute]
|
||||
readonly attribute TestBinding forwardedAttribute;
|
||||
|
||||
[BinaryName="BinaryRenamedMethod"] void methToBinaryRename();
|
||||
void receiveVoid();
|
||||
boolean receiveBoolean();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue