Searched refs:DerivedNoSuperThrow (Results 1 – 2 of 2) sorted by relevance
163 class DerivedNoSuperThrow extends BaseNoReturn { constructor() { throw "Thrown Exception String"; }… class
76 PASS (new DerivedNoSuperThrow) threw exception Thrown Exception String.