Searched refs:BaseReturnSymbol (Results 1 – 2 of 2) sorted by relevance
46 class BaseReturnSymbol { constructor() { return Symbol(); } }; class199 class DerivedDefaultConstructorWithBaseReturnSymbol extends BaseReturnSymbol { };
23 PASS (new BaseReturnSymbol) instanceof BaseReturnSymbol is true24 PASS (new BaseReturnSymbol) !== globalSymbol is true