Skip to content

Commit

Permalink
Editorial: Remove redundant definitions of ComputedPropertyContains.
Browse files Browse the repository at this point in the history
These are already covered by the chain productions rule.
  • Loading branch information
Ms2ger committed Aug 13, 2019
1 parent 8f0f692 commit 9ee1793
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -19813,14 +19813,6 @@ <h1>Static Semantics: ComputedPropertyContains</h1>
1. If _inList_ is *true*, return *true*.
1. Return the result of ComputedPropertyContains for |ClassElement| with argument _symbol_.
</emu-alg>
<emu-grammar>ClassElement : MethodDefinition</emu-grammar>
<emu-alg>
1. Return the result of ComputedPropertyContains for |MethodDefinition| with argument _symbol_.
</emu-alg>
<emu-grammar>ClassElement : `static` MethodDefinition</emu-grammar>
<emu-alg>
1. Return the result of ComputedPropertyContains for |MethodDefinition| with argument _symbol_.
</emu-alg>
<emu-grammar>ClassElement : `;`</emu-grammar>
<emu-alg>
1. Return *false*.
Expand Down

0 comments on commit 9ee1793

Please sign in to comment.