HomeSort by relevance Sort by last modified time
    Searched full:returnnew (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-function.js 346 function ReturnNew(x, y) {
379 TestConstruct(Object.prototype, ReturnNew)
382 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew))
385 TestConstruct(Object.prototype, CreateFrozen(handler, ReturnNew))
416 TestConstructFromCall(Object.prototype, false, ReturnNew)
424 Proxy.createFunction(handler, ReturnNew))
430 TestConstructFromCall(Object.prototype, false, CreateFrozen({}, ReturnNew))
435 ReturnNew.prototype = prototype
440 TestConstructFromCall(Object.prototype, false, ReturnNew)
448 Proxy.createFunction(handler, ReturnNew))
    [all...]

Completed in 1203 milliseconds