Searched refs:ReturnUndef (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/harmony/
H A Dproxies-function.js333 function ReturnUndef(x, y) { class
414 TestConstructFromCall(Object.prototype, true, ReturnUndef)
420 Proxy.createFunction(handler, ReturnUndef))
428 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnUndef))
433 ReturnUndef.prototype = prototype
438 TestConstructFromCall(prototype, true, ReturnUndef)
444 Proxy.createFunction(handler, ReturnUndef))
453 Proxy.createFunction(handlerWithPrototype, ReturnUndef))
463 CreateFrozen(handlerWithPrototype, ReturnUndef))

Completed in 66 milliseconds