mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
parent
1f76aa6ef7
commit
6a6f339b29
3 changed files with 39 additions and 12 deletions
|
@ -242,6 +242,7 @@ interface TestBinding {
|
|||
void passUnion6((unsigned long or boolean) bool);
|
||||
void passUnion7((sequence<DOMString> or unsigned long) arg);
|
||||
void passUnion8((sequence<ByteString> or long) arg);
|
||||
void passUnion9((TestDictionary or long) arg);
|
||||
void passUnionWithTypedef((Document or TestTypedef) arg);
|
||||
void passUnionWithTypedef2((sequence<long> or TestTypedef) arg);
|
||||
void passAny(any arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue