2.1.42 [ECMA-262/6] Section 14.4.6 Static Semantics: HasDirectSuper

V0006: Nothing in this section is implemented

The specification states:

 14.4.6 Static Semantics: HasDirectSuper
  
     See also: 14.3.5.
  
     GeneratorMethod : * PropertyName ( StrictFormalParameters ) { GeneratorBody }
         1.  If StrictFormalParameters Contains SuperCall is true, return true.
         2.  Return GeneratorBody Contains SuperCall.
  
     GeneratorDeclaration : function * BindingIdentifier ( FormalParameters ) { 
     GeneratorBody } GeneratorDeclaration : function * ( FormalParameters ) { 
     GeneratorBody }
  
     GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
  
     GeneratorExpression : function * BindingIdentifier ( FormalParameters ) { 
     GeneratorBody }
         1.  If FormalParameters Contains SuperCall is true, return true.
         2.  Return GeneratorBody Contains SuperCall.

IE11 Mode (All versions)

Nothing in this section is implemented.