Skip to content

Commit

Permalink
PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Aug 18, 2021
1 parent 8d7021d commit 7a6936c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6792,12 +6792,16 @@ <h1>
</emu-alg>
</emu-clause>

<emu-clause id="sec-evaluatestaticblock" aoid="EvaluateStaticBlock">
<h1>EvaluateStaticBlock ( _receiver_, _blockRecord_ )</h1>
<p>The abstract operation EvaluateStaticBlock takes arguments _receiver_ (an Object) and _blockRecord_ (a ClassStaticBlockDefinition Record). It performs the following steps when called:</p>
<emu-clause id="sec-evaluatestaticblock" type="abstract operation">
<h1>
EvaluateStaticBlock (
_receiver_ : an Object,
_blockRecord_: a ClassStaticBlockDefinition Record,
)
</h1>
<dl class="header">
</dl>
<emu-alg>
1. Assert: Type(_receiver_) is Object.
1. Assert: _blockRecord_ is a ClassStaticBlockDefinition Record.
1. Perform ? Call(_blockRecord_.[[BodyFunction]], _receiver_).
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 7a6936c

Please sign in to comment.