2.1.47 [ECMA-262/6] Section 14.5.4 Static Semantics: Contains

V0011: Nothing in this section is implemented

The specification states:

 14.5.4 Static Semantics: Contains
  
     With parameter symbol.
  
     See also: 5.3, 12.2.6.3, 12.3.1.1, 14.1.4, 14.2.3, 14.4.4
  
     ClassTail : ClassHeritageopt { ClassBody }
         1.  If symbol is ClassBody, return true.
         2.  If symbol is ClassHeritage, then
             a. If ClassHeritage is present, return true otherwise return false.
         3.  Let inHeritage be ClassHeritage Contains symbol.
         4.  If inHeritage is true, return true.
         5.  Return the result of ComputedPropertyContains for ClassBody with argument 
             symbol.

IE11 Mode (All versions)

Nothing in this section is implemented.