Searched refs:TestConstruct (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/mjsunit/harmony/ |
D | proxies-function.js | 362 function TestConstruct(proto, constructTrap) { class 381 TestConstruct(Object.prototype, ReturnNew) 382 TestConstruct(prototype, ReturnNewWithProto) 384 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew)) 385 TestConstruct(prototype, Proxy.createFunction(handler, ReturnNewWithProto)) 387 TestConstruct(Object.prototype, CreateFrozen(handler, ReturnNew)) 388 TestConstruct(prototype, CreateFrozen(handler, ReturnNewWithProto))
|