Home
last modified time | relevance | path

Searched defs:forEachKey (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts243 export function forEachKey<K, T>(map: ReadonlyCollection<K>, callback: (key: K) => T | undefined): … function
/third_party/typescript/lib/
Dtsc.js12590 function forEachKey(map2, callback) { function