Searched refs:BaseThrow (Results 1 – 2 of 2) sorted by relevance
47 class BaseThrow { constructor() { throw "Thrown Exception String"; } }; class200 class DerivedDefaultConstructorWithBaseThrow extends BaseThrow { };
25 PASS (new BaseThrow) threw exception Thrown Exception String.