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

  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-function.js 339 function ReturnThis(x, y) {
415 TestConstructFromCall(Object.prototype, true, ReturnThis)
422 Proxy.createFunction(handler, ReturnThis))
429 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnThis))
434 ReturnThis.prototype = prototype
439 TestConstructFromCall(prototype, true, ReturnThis)
446 Proxy.createFunction(handler, ReturnThis))
455 Proxy.createFunction(handlerWithPrototype, ReturnThis))
465 CreateFrozen(handlerWithPrototype, ReturnThis))
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 335 milliseconds