Searched refs:uncurryThis (Results 1 – 5 of 5) sorted by relevance
23 const uncurryThis = bind.bind(call); constant24 primordials.uncurryThis = uncurryThis;60 value: uncurryThis(get),65 value: uncurryThis(set),124 desc.value = uncurryThis(value);312 const createIterator = uncurryThis(desc.value);313 next = next ?? uncurryThis(createIterator(dummy).next);
19 uncurryThis,35 const HashUpdate = uncurryThis(crypto.Hash.prototype.update);36 const HashDigest = uncurryThis(crypto.Hash.prototype.digest);37 const BufferToString = uncurryThis(Buffer.prototype.toString);
63 uncurryThis,1468 hexSlice = uncurryThis(require('buffer').Buffer.prototype.hexSlice);
1197 …b.com/nodejs/node/commit/6eaf357f49)] - **lib**: simplify `primordials.uncurryThis` (ExE Boss) [#3…1207 …ub.com/nodejs/node/commit/bb4900d9eb)] - **lib**: refactor primordials.uncurryThis (Antoine du Ham…
225 …https://github.com/nodejs/node/commit/21486e5c97)] - **util**: extract uncurryThis function for re…