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

/external/v8/test/mjsunit/harmony/
H A Dproxies-function.js352 function ReturnNewWithProto(x, y) { function
380 TestConstruct(prototype, ReturnNewWithProto)
383 TestConstruct(prototype, Proxy.createFunction(handler, ReturnNewWithProto))
386 TestConstruct(prototype, CreateFrozen(handler, ReturnNewWithProto))
417 TestConstructFromCall(prototype, false, ReturnNewWithProto)
426 Proxy.createFunction(handler, ReturnNewWithProto))
431 TestConstructFromCall(prototype, false, CreateFrozen({}, ReturnNewWithProto))
436 ReturnNewWithProto.prototype = prototype
441 TestConstructFromCall(prototype, false, ReturnNewWithProto)
450 Proxy.createFunction(handler, ReturnNewWithProto))
[all...]

Completed in 81 milliseconds