Searched defs:TestConstruct (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-function.js360 function TestConstruct(proto, constructTrap) { function
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))

Completed in 148 milliseconds