mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
This does not add support for typed arrays within unions, dictionaries, sequences or records, or in variadic arguments, indexed or named setters, callback return values or overloaded methods. If we do end up trying to use them in any of those cases, the code generator will raise an exception. Fixes #5014.