Searched refs:uncurryThis (Results 1 – 2 of 2) sorted by relevance
22 const hasOwn = v8.uncurryThis(Object.prototype.hasOwnProperty);25 const call = v8.uncurryThis(Function.prototype.call);26 const apply = v8.uncurryThis(Function.prototype.apply);
334 extrasUtils.uncurryThis = function uncurryThis(func) { function