BoundSuper constructor

BoundSuper(
  1. InterpretedInstance instance,
  2. InterpretedClass startLookupClass
)

Implementation

BoundSuper(this.instance, this.startLookupClass);