Home
last modified time | relevance | path

Searched defs:forEachEntry (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/shims/
DcollectionShims.ts181 function forEachEntry<K, V>(data: MapData<K, V>, action: (value: V, key: K) => void) { function
/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts642 forEachEntry<T>(cb: (symbol: Symbol) => T | undefined): T | undefined; method
658 forEachEntry<T>(cb: (symbol: Symbol) => T | undefined): T | undefined { method in SymbolSet
/third_party/typescript/src/compiler/
Dutilities.ts117 …export function forEachEntry<K, V, U>(map: ReadonlyESMap<K, V>, callback: (value: V, key: K) => U … function
/third_party/typescript/lib/
Dtypescript.js185 function forEachEntry(data, action) { function
13610 function forEachEntry(map, callback) { function
147734 SymbolSet.prototype.forEachEntry = function (cb) { method in SymbolSet
DtypescriptServices.js185 function forEachEntry(data, action) { function
13610 function forEachEntry(map, callback) { function
147734 SymbolSet.prototype.forEachEntry = function (cb) { method in SymbolSet
Dtsserverlibrary.js185 function forEachEntry(data, action) { function
13610 function forEachEntry(map, callback) { function
147734 SymbolSet.prototype.forEachEntry = function (cb) { method in SymbolSet
Dtsserver.js13416 function forEachEntry(map, callback) { function
147165 SymbolSet.prototype.forEachEntry = function (cb) { method in SymbolSet
Dtsc.js10126 function forEachEntry(map, callback) { function
DtypingsInstaller.js13405 function forEachEntry(map, callback) { function