From b3d48e36e772dc0b155be89b70d04169cefef92e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 13 Aug 2019 15:56:37 +0200 Subject: [PATCH] Editorial: Remove redundant definitions of ComputedPropertyContains (#1666) These are already covered by the chain productions rule. --- spec.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spec.html b/spec.html index 7caea5a934..a063973e47 100644 --- a/spec.html +++ b/spec.html @@ -20854,14 +20854,6 @@

Static Semantics: ComputedPropertyContains

1. If _inList_ is *true*, return *true*. 1. Return the result of ComputedPropertyContains for |ClassElement| with argument _symbol_. - ClassElement : MethodDefinition - - 1. Return the result of ComputedPropertyContains for |MethodDefinition| with argument _symbol_. - - ClassElement : `static` MethodDefinition - - 1. Return the result of ComputedPropertyContains for |MethodDefinition| with argument _symbol_. - ClassElement : `;` 1. Return *false*.