archives

« Bugzilla Issues Index

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


+++ This bug was initially created as a clone of Bug #121 +++

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.


this was correct in the initial draft