[Bug 16767] Allow user objects for Array[] types

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16767

--- Comment #18 from Boris Zbarsky <bzbarsky@mit.edu> ---
> As a sequence or array type?

Yes.

> Then it couldn't be distinguishable with those interface types.

But passing in a platform object that _does_ support indexed properties is OK. 
And those are still distinguishable from sequence types.  In fact there are
specs out there that use this (e.g. WebGL overloads on sequence vs typed
array).

> Because the overload resolution algorithm and the type conversion algorithms
> aren't in sync?

Yes.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 10 December 2012 23:37:04 UTC