Searched refs:FunctionReturnNull (Results 1 – 2 of 2) sorted by relevance
42 PASS (new FunctionReturnNull) instanceof FunctionReturnNull is true43 PASS (new FunctionReturnNull) !== null is true
90 function FunctionReturnNull() { return null; }; class