Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies-function.js394 function TestConstructFromCall(proto, returnsThis, callTrap) { class
416 TestConstructFromCall(Object.prototype, true, ReturnUndef)
417 TestConstructFromCall(Object.prototype, true, ReturnThis)
418 TestConstructFromCall(Object.prototype, false, ReturnNew)
419 TestConstructFromCall(prototype, false, ReturnNewWithProto)
421 TestConstructFromCall(Object.prototype, true,
423 TestConstructFromCall(Object.prototype, true,
425 TestConstructFromCall(Object.prototype, false,
427 TestConstructFromCall(prototype, false,
430 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnUndef))
[all …]