mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Support nullable typed arrays in codegen
This commit is contained in:
@@ -294,6 +294,7 @@ interface TestBinding {
|
||||
// void passNullableEnum(TestEnum? arg);
|
||||
void passNullableInterface(Blob? arg);
|
||||
void passNullableObject(object? arg);
|
||||
void passNullableTypedArray(Int8Array? arg);
|
||||
void passNullableUnion((HTMLElement or long)? arg);
|
||||
void passNullableUnion2((Event or DOMString)? data);
|
||||
void passNullableUnion3((DOMString or sequence<long>)? data);
|
||||
|
||||
Reference in New Issue
Block a user