[Bug 16537] Interface types - Implements is ambiguous

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

--- Comment #9 from Cameron McCormack <cam@mcc.id.au> 2012-03-27 23:22:32 UTC ---
Your implementation of the IDL needs to know whether a given object implements
a particular interface.  You might have some hidden state somewhere that keeps
track of all objects that get constructed through "new Bar()" for example.  All
objects that get constructed through "new Bar()" must be objects that implement
Bar, note, because the algorithm for interface object [[Call]] says that it
returns an object that implements the interface.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 27 March 2012 23:22:36 UTC