Re: [heycam/webidl] Investigate why no [[HasInstance]] is defined for named constructors (#282)

This is explained by setting `.prototype`. The default [[HasInstance]] of all objects just looks at the prototype property, which is set for named constructors. I do not believe this is an issue.

For other issues on HasInstance see https://github.com/heycam/webidl/issues/129. It's unfortunately controversial.

-- 
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/issues/282#issuecomment-274963600

Received on Tuesday, 24 January 2017 22:44:52 UTC