- From: <bugzilla@jessica.w3.org>
- Date: Tue, 27 Mar 2012 23:22:32 +0000
- To: public-script-coord@w3.org
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 on the CC list for the bug.
Received on Tuesday, 27 March 2012 23:22:35 UTC