Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies-function.js335 function ReturnUndef(x, y) { class
416 TestConstructFromCall(Object.prototype, true, ReturnUndef)
422 Proxy.createFunction(handler, ReturnUndef))
430 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnUndef))
435 ReturnUndef.prototype = prototype
440 TestConstructFromCall(prototype, true, ReturnUndef)
446 Proxy.createFunction(handler, ReturnUndef))
455 Proxy.createFunction(handlerWithPrototype, ReturnUndef))
465 CreateFrozen(handlerWithPrototype, ReturnUndef))