Searched defs:CallTable (Results 1 – 3 of 3) sorted by relevance
26 export type CallTable = Map<ts.CallExpression, FunctionKind> alias
29 export type CallTable = Map<ts.CallExpression, FunctionKind> alias
83 export class CallTable { class