Skip to content

Commit

Permalink
Streamline GetDisposeMethod and Dispose AOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 1, 2023
1 parent a6824ae commit f224763
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec.emu
Expand Up @@ -1049,9 +1049,7 @@ contributors: Ron Buckton, Ecma International
</h1>
<dl class="header"></dl>
<emu-alg>
1. Assert: _hint_ is ~sync-dispose~.
1. Let _method_ be ? GetMethod(_V_, @@dispose).
1. Return _method_.
1. Return ? GetMethod(_V_, @@dispose).
</emu-alg>
</emu-clause>

Expand All @@ -1065,7 +1063,6 @@ contributors: Ron Buckton, Ecma International
</h1>
<dl class="header"></dl>
<emu-alg>
1. Assert: _hint_ is ~sync-dispose~.
1. Perform ? Call(_method_, _V_).
1. Return *undefined*.
</emu-alg>
Expand Down

0 comments on commit f224763

Please sign in to comment.