Home
last modified time | relevance | path

Searched refs:FunctionReturnUndefined (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/webkit/
Dclass-constructor-return-expected.txt31 PASS (new FunctionReturnUndefined) instanceof FunctionReturnUndefined is true
32 PASS (new FunctionReturnUndefined) !== undefined is true
Dclass-constructor-return.js84 function FunctionReturnUndefined() { return undefined; }; class