Home
last modified time | relevance | path

Searched defs:memoize (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcontextuallyTypedParametersWithInitializers.ts61 declare function memoize<F extends Function>(func: F): F; function
DunderscoreTest1.ts71 memoize(hashFunction?: Function): T; method
559 memoize<T extends Function>(func: T, hashFunction?: Function): T; method
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
Dentry.js343 this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize } property
349 this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize } property
/third_party/typescript/src/harness/
DharnessUtils.ts54 …export function memoize<T extends ts.AnyFunction>(f: T, memoKey: (...anything: any[]) => string): … function
/third_party/python/Tools/peg_generator/pegen/
Dparser.py40 def memoize(method: F) -> F: function
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
Dindex.js121 memoize: opts.memoize, property
/third_party/typescript/src/loggedIO/
DloggedIO.ts94 function memoize<T>(func: (s: string) => T): Memoized<T> { function
/third_party/node/tools/gyp/pylib/gyp/
Dcommon.py18 class memoize: class
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon.py18 class memoize: class
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Disolated-reifier.js11 const memoize = (fn) => { function
/third_party/python/Lib/test/
Dtest_decorators.py55 def memoize(func): function
/third_party/typescript/src/compiler/
Dcore.ts1814 export function memoize<T>(callback: () => T): () => T { function
/third_party/python/Lib/
Dpickle.py491 def memoize(self, obj): member in _Pickler
/third_party/typescript/lib/
Dtsc.js1530 function memoize(callback) { function
DtypingsInstaller.js1776 function memoize(callback) { function