HomeSort by relevance Sort by last modified time
    Searched defs:TestConstruct (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-function.js 362 function TestConstruct(proto, constructTrap) {
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))
  /external/v8/test/mjsunit/harmony/
proxies-function.js 362 function TestConstruct(proto, constructTrap) {
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))

Completed in 66 milliseconds