Home
last modified time | relevance | path

Searched defs:keyOf (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DgenericFunctionInference1.ts126 export function keyOf<a>(value: { key: a; }): a { method in Point
DcomplexRecursiveCollections.ts520 keyOf(searchValue: V): K | undefined; method
/third_party/typescript/tests/baselines/reference/
DgenericFunctionInference1.js311 export function keyOf(value) { function