Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies-function.js360 function TestConstruct(proto, constructTrap) { class
379 TestConstruct(Object.prototype, ReturnNew)
380 TestConstruct(prototype, ReturnNewWithProto)
382 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew))
383 TestConstruct(prototype, Proxy.createFunction(handler, ReturnNewWithProto))
385 TestConstruct(Object.prototype, CreateFrozen(handler, ReturnNew))
386 TestConstruct(prototype, CreateFrozen(handler, ReturnNewWithProto))