mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 23:25:03 +00:00
5863d6acd1
There are two parts to this change: 1) Sequences and arrays are now distinguishable from all non-callback interfaces. 2) To handle that change, overload resolution first tries to convert to the exact interface, and only if that fails tries to convert things with indexed properties to sequences or arrays.