Searched refs:FunctionReturnObject (Results 1 – 2 of 2) sorted by relevance
34 PASS (new FunctionReturnObject) instanceof FunctionReturnObject is false35 PASS typeof (new FunctionReturnObject) === "object" is true36 PASS (new FunctionReturnObject2) instanceof FunctionReturnObject is false
86 function FunctionReturnObject() { return {a:1}; }; class