mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdm
This commit is contained in:
parent
26567ef2e6
commit
c81f1cc541
5 changed files with 47 additions and 20 deletions
|
@ -91,7 +91,9 @@ interface TestBinding {
|
|||
attribute Blob? interfaceAttributeNullable;
|
||||
attribute (HTMLElement or long)? unionAttributeNullable;
|
||||
attribute (Event or DOMString)? union2AttributeNullable;
|
||||
[BinaryName="BinaryRenamedAttribute"] attribute DOMString attrToBinaryRename;
|
||||
|
||||
[BinaryName="BinaryRenamedMethod"] void methToBinaryRename();
|
||||
void receiveVoid();
|
||||
boolean receiveBoolean();
|
||||
byte receiveByte();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue