Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Ddebug.ts36 type AssertionKeys = MatchingKeys<typeof Debug, AnyFunction>; alias
73 …const assertionCache: Partial<Record<AssertionKeys, { level: AssertionLevel, assertion: AnyFunctio…
85 for (const key of getOwnKeys(assertionCache) as AssertionKeys[]) {
105 … function shouldAssertFunction<K extends AssertionKeys>(level: AssertionLevel, name: K): boolean {