Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Standardize preambles for internal methods
Reword preambles for internal methods into the format set out in issue tc39#1981. - Declare the target-alias in the preamble rather than the algorithm, for internal methods of an arguments exotic object. - Drop the target-alias from the preamble when the algorithm doesn't reference it. - Fill in some missing parameter-types. Also, delete "(which|that) was created using the bind function" from the [[Call]] and [[Construct]] preambles for bound functions. The wording suggested that there could be bound functions that *weren't* created using the 'bind' function, and that these things would have their own [[Call]] and [[Construct]] methods.
- Loading branch information