Searched refs:ReturnUndef (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/mjsunit/harmony/ |
D | proxies-function.js | 335 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))
|