Re: [heycam/webidl] Should specify that all JS functions created by IDL are "built-in functions" (#106)

> No [[Construct]] unless otherwise specified

That's not what built-in function objects seem to do in the spec.  And I don't see why we would want it.  Having the default spec [[Construct]] which is equivalent to [[Call]] except for setting newTarget and not initializing this seems correct; we'd just need to make all IDL stuff except interface objects throw when this is not initialized or something.

---
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/106#issuecomment-209523688

Received on Wednesday, 13 April 2016 16:01:07 UTC