Home
last modified time | relevance | path

Searched refs:cachedResult (Results 1 - 11 of 11) sorted by relevance

/third_party/node/lib/internal/crypto/
H A Dutil.js64 cachedResult,
100 const getCiphers = cachedResult(() => filterDuplicateStrings(_getCiphers()));
101 const getHashes = cachedResult(() => filterDuplicateStrings(_getHashes()));
102 const getCurves = cachedResult(() => filterDuplicateStrings(_getCurves()));
/third_party/node/lib/internal/modules/esm/
H A Dloader.js369 const cachedResult = this.#resolveCache.get(requestKey, parentURL);
370 if (cachedResult != null) {
371 return cachedResult;
/third_party/node/lib/
H A Dtls.js100 exports.getCiphers = internalUtil.cachedResult(
/third_party/node/lib/internal/
H A Dutil.js291 function cachedResult(fn) { function
802 cachedResult,
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]

Completed in 194 milliseconds