Re: [whatwg/streams] Normative requirements for constructor names? (#775)

Yes: https://tc39.github.io/ecma262/#sec-ecmascript-standard-built-in-objects

> Every built-in function object, including constructors, that is not identified as an anonymous function has a name property whose value is a String. Unless otherwise specified, this value is the name that is given to the function in this specification. For functions that are specified as properties of objects, the name value is the property name string used to access the function. Functions that are specified as get or set accessor functions of built-in properties have "get " or "set " prepended to the property name string. The value of the name property is explicitly specified for each built-in functions whose property key is a Symbol value.

plus https://streams.spec.whatwg.org/#conventions , which admittedly doesn't say exactly which ES clauses it's meant to cover.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/775#issuecomment-324244310

Received on Wednesday, 23 August 2017 07:23:43 UTC