archives

« Bugzilla Issues Index

#121 — clause 15 needs to specify [[Call]] for built-ins functions


The introduction to clause 15 talks about the [[Call]] and [[Construct]] internal properties of built-in constructors but fails to mention that the same basic rule applies to [[Call]] for non-constructor built-in functions.

To the paragraph that begins "None of the built-in functions" add the sentence:

The behavior specified in this clause for each built-in function is the specification of the [[Call]] internal method behavior for that function.


set IN_PROGRESS to indicated this should go into ES5.1 Errata.


Bulk resolving ES5.1 errata issues as a sampling suggests these are all fixed. If this is in error, please open a new issue on GitHub.