2.1.48 [ECMA-262/6] Section 14.5.5 Static Semantics: ComputedPropertyContains

V0012: Nothing in this section is implemented

The specification states:

 14.5.5 Static Semantics: ComputedPropertyContains
  
     With parameter symbol.
  
     See also: 12.2.6.2, 14.3.2, 14.4.3.
  
     ClassElementList : ClassElementList ClassElement
         1.  Let inList be the result of ComputedPropertyContains for ClassElementList 
             with argument symbol.
         2.  If inList is true, return true.
         3.  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.

IE11 Mode (All versions)

Nothing in this section is implemented.