Home
last modified time | relevance | path

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

/third_party/node/lib/internal/per_context/
Dprimordials.js23 const uncurryThis = bind.bind(call); constant
24 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);
/third_party/node/lib/internal/policy/
Dmanifest.js19 uncurryThis,
35 const HashUpdate = uncurryThis(crypto.Hash.prototype.update);
36 const HashDigest = uncurryThis(crypto.Hash.prototype.digest);
37 const BufferToString = uncurryThis(Buffer.prototype.toString);
/third_party/node/lib/internal/util/
Dinspect.js63 uncurryThis,
1468 hexSlice = uncurryThis(require('buffer').Buffer.prototype.hexSlice);
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1197 …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…
DCHANGELOG_V11.md225 …https://github.com/nodejs/node/commit/21486e5c97)] - **util**: extract uncurryThis function for re…