Skip to content

Commit

Permalink
fixup: Refer to BuiltinCallOrConstruct rather than [[Call]] and [[Con…
Browse files Browse the repository at this point in the history
…struct]]
  • Loading branch information
jmdyck committed Aug 24, 2023
1 parent 9b133ab commit 4be377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -13732,7 +13732,7 @@ <h1>Built-in Function Objects</h1>
<p>The initial value of a built-in function object's [[Prototype]] internal slot is %Function.prototype%, unless otherwise specified.</p>
<p>A built-in function object must have a [[Call]] internal method that conforms to the definition in <emu-xref href="#sec-built-in-function-objects-call-thisargument-argumentslist"></emu-xref>.</p>
<p>A built-in function object has a [[Construct]] internal method if and only if it is described as a “constructor”, or some algorithm in this specification explicitly sets its [[Construct]] internal method. Such a [[Construct]] internal method must conform to the definition in <emu-xref href="#sec-built-in-function-objects-construct-argumentslist-newtarget"></emu-xref>.</p>
<p>For a built-in function object defined in this specification, the behaviour specified for it via algorithm steps or other means is “the specification of _F_” for the purposes of step <emu-xref href="#step-call-builtin-function-result"></emu-xref> of both <emu-xref href="#sec-built-in-function-objects-call-thisargument-argumentslist" title></emu-xref> and (if applicable) <emu-xref href="#sec-built-in-function-objects-construct-argumentslist-newtarget" title></emu-xref>.</p>
<p>For a built-in function object defined in this specification, the behaviour specified for it via algorithm steps or other means is “the specification of _F_” for the purposes of step <emu-xref href="#step-call-builtin-function-result"></emu-xref> of <emu-xref href="#sec-builtincallorconstruct" title></emu-xref>.</p>
<p>An implementation may provide additional built-in function objects that are not defined in this specification.</p>

<emu-clause id="sec-built-in-function-objects-call-thisargument-argumentslist" type="internal method">
Expand Down

0 comments on commit 4be377f

Please sign in to comment.