Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/
Dprimordials.js50 const uncurryThis = bind.bind(call); constant
51 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);
/third_party/node/lib/internal/per_context/
Dprimordials.js23 const uncurryThis = bind.bind(call); constant
24 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);
/third_party/node/typings/
Dprimordials.d.ts42 export function uncurryThis<T extends (...args: unknown[]) => unknown>(fn: T): UncurryThis<T>; function
/third_party/node/lib/internal/util/
Dinspect.js96 uncurryThis,
1727 hexSlice = uncurryThis(require('buffer').Buffer.prototype.hexSlice);
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md929 …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…
DCHANGELOG_V14.md1100 …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…
DCHANGELOG_V11.md229 …https://github.com/nodejs/node/commit/21486e5c97)] - **util**: extract uncurryThis function for re…