Searched refs:uncurryThis (Results 1 – 7 of 7) sorted by relevance
50 const uncurryThis = bind.bind(call); constant51 primordials.uncurryThis = uncurryThis;87 value: uncurryThis(get),92 value: uncurryThis(set),151 desc.value = uncurryThis(value);339 const createIterator = uncurryThis(desc.value);340 next = next ?? uncurryThis(createIterator(dummy).next);
23 const uncurryThis = bind.bind(call); constant24 primordials.uncurryThis = uncurryThis;63 value: uncurryThis(get),69 value: uncurryThis(set),130 desc.value = uncurryThis(value);384 const createIterator = uncurryThis(desc.value);385 next ??= uncurryThis(createIterator(dummy).next);
42 export function uncurryThis<T extends (...args: unknown[]) => unknown>(fn: T): UncurryThis<T>; function
96 uncurryThis,1727 hexSlice = uncurryThis(require('buffer').Buffer.prototype.hexSlice);
929 …b.com/nodejs/node/commit/1db3772c95)] - **lib**: simplify `primordials.uncurryThis` (ExE Boss) [#3…1299 …ub.com/nodejs/node/commit/617cb58cc8)] - **lib**: refactor primordials.uncurryThis (Antoine du Ham…
1100 …b.com/nodejs/node/commit/6eaf357f49)] - **lib**: simplify `primordials.uncurryThis` (ExE Boss) [#3…1110 …ub.com/nodejs/node/commit/bb4900d9eb)] - **lib**: refactor primordials.uncurryThis (Antoine du Ham…
229 …https://github.com/nodejs/node/commit/21486e5c97)] - **util**: extract uncurryThis function for re…