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

  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-function.js 348 function ReturnNew(x, y) {
381 TestConstruct(Object.prototype, ReturnNew)
384 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew))
387 TestConstruct(Object.prototype, CreateFrozen(handler, ReturnNew))
418 TestConstructFromCall(Object.prototype, false, ReturnNew)
426 Proxy.createFunction(handler, ReturnNew))
432 TestConstructFromCall(Object.prototype, false, CreateFrozen({}, ReturnNew))
437 ReturnNew.prototype = prototype
442 TestConstructFromCall(Object.prototype, false, ReturnNew)
450 Proxy.createFunction(handler, ReturnNew))
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-function.js 348 function ReturnNew(x, y) {
381 TestConstruct(Object.prototype, ReturnNew)
384 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew))
387 TestConstruct(Object.prototype, CreateFrozen(handler, ReturnNew))
418 TestConstructFromCall(Object.prototype, false, ReturnNew)
426 Proxy.createFunction(handler, ReturnNew))
432 TestConstructFromCall(Object.prototype, false, CreateFrozen({}, ReturnNew))
437 ReturnNew.prototype = prototype
442 TestConstructFromCall(Object.prototype, false, ReturnNew)
450 Proxy.createFunction(handler, ReturnNew))
    [all...]

Completed in 167 milliseconds