Searched refs:FunctionReturnString (Results 1 – 2 of 2) sorted by relevance
38 PASS (new FunctionReturnString) instanceof FunctionReturnString is true39 PASS typeof (new FunctionReturnString) !== "string" is true
88 function FunctionReturnString() { return "test"; }; class