Re: [heycam/webidl] Deduplicate unforgeable member functions (#668)

For what it's worth, Gecko uses an object as well, though there are some complications.

Gecko hangs it off the prototype, not the constructor, but that's because we don't have an interface object at all for a [NoInterfaceObject] interface.  I vaguely recall that there were some changes in that area at some point...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/668#issuecomment-468691101

Received on Friday, 1 March 2019 14:54:54 UTC