Searched refs:ExampleConstructorBase (Results 1 – 1 of 1) sorted by relevance
401 function ExampleConstructorBase() {} class405 ExampleConstructor1.prototype = new ExampleConstructorBase();406 ExampleConstructor2.prototype = new ExampleConstructorBase();407 ExampleConstructor3.prototype = new ExampleConstructorBase();416 assertEquals(ex1, spannable.getSpanInstanceOf(ExampleConstructorBase));