Home
last modified time | relevance | path

Searched refs:uncurryThis (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-extra.js22 const hasOwn = v8.uncurryThis(Object.prototype.hasOwnProperty);
25 const call = v8.uncurryThis(Function.prototype.call);
26 const apply = v8.uncurryThis(Function.prototype.apply);
/external/v8/src/js/
Dprologue.js334 extrasUtils.uncurryThis = function uncurryThis(func) { function