archives

« Bugzilla Issues Index

#1229 — 15.3.2.1 stale text about .prototype


15.3.2.1 say "A prototype property is automatically created for every function, to provide for the possibility that the function will be used as a constructor."

except arrow functions and ch15 builtin functions. Btw, what about methods?


clarified that the state is only about functions created via the functions constructors

corrected in rev 14 editor's draft

also, methods are like arrows in that they are constructable and don't have a prototype property.


in Rev 14 draft