Searched refs:FunctionReturnUndefined (Results 1 – 2 of 2) sorted by relevance
31 PASS (new FunctionReturnUndefined) instanceof FunctionReturnUndefined is true32 PASS (new FunctionReturnUndefined) !== undefined is true
84 function FunctionReturnUndefined() { return undefined; }; class