Add a object-in-union test.

This commit is contained in:
Ms2ger 2017-02-16 15:34:53 +01:00
parent d5f8b35a5f
commit fb8eb1db65
2 changed files with 3 additions and 0 deletions

View file

@ -246,6 +246,7 @@ interface TestBinding {
void passUnion7((sequence<DOMString> or unsigned long) arg);
void passUnion8((sequence<ByteString> or long) arg);
void passUnion9((TestDictionary or long) arg);
void passUnion10((DOMString or object) arg);
void passUnionWithTypedef((Document or TestTypedef) arg);
void passUnionWithTypedef2((sequence<long> or TestTypedef) arg);
void passAny(any arg);