Searched refs:attachDebugPrototypeIfDebug (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/compiler/ |
D | debug.ts | 810 export function attachDebugPrototypeIfDebug(mapper: TypeMapper): TypeMapper { function
|
D | checker.ts | 17258 return Debug.attachDebugPrototypeIfDebug({ kind: TypeMapKind.Simple, source, target }); 17262 return Debug.attachDebugPrototypeIfDebug({ kind: TypeMapKind.Array, sources, targets }); 17266 …return Debug.attachDebugPrototypeIfDebug({ kind: TypeMapKind.Function, func, debugInfo: Debug.isDe… 17270 … return Debug.attachDebugPrototypeIfDebug({ kind: TypeMapKind.Deferred, sources, targets }); 17274 return Debug.attachDebugPrototypeIfDebug({ kind, mapper1, mapper2 });
|
/third_party/typescript/lib/ |
D | tsc.js | 2734 function attachDebugPrototypeIfDebug(mapper) { function 2740 Debug.attachDebugPrototypeIfDebug = attachDebugPrototypeIfDebug; 55425 … return ts.Debug.attachDebugPrototypeIfDebug({ kind: 0, source: source, target: target }); 55428 … return ts.Debug.attachDebugPrototypeIfDebug({ kind: 1, sources: sources, targets: targets }); 55431 …return ts.Debug.attachDebugPrototypeIfDebug({ kind: 3, func: func, debugInfo: ts.Debug.isDebugging… 55434 … return ts.Debug.attachDebugPrototypeIfDebug({ kind: 2, sources: sources, targets: targets }); 55437 … return ts.Debug.attachDebugPrototypeIfDebug({ kind: kind, mapper1: mapper1, mapper2: mapper2 });
|
D | typingsInstaller.js | 3172 function attachDebugPrototypeIfDebug(mapper) { function 3178 Debug.attachDebugPrototypeIfDebug = attachDebugPrototypeIfDebug; 66317 …return ts.Debug.attachDebugPrototypeIfDebug({ kind: 0 /* TypeMapKind.Simple */, source: source, ta… 66320 …return ts.Debug.attachDebugPrototypeIfDebug({ kind: 1 /* TypeMapKind.Array */, sources: sources, t… 66323 …return ts.Debug.attachDebugPrototypeIfDebug({ kind: 3 /* TypeMapKind.Function */, func: func, debu… 66326 …return ts.Debug.attachDebugPrototypeIfDebug({ kind: 2 /* TypeMapKind.Deferred */, sources: sources… 66329 … return ts.Debug.attachDebugPrototypeIfDebug({ kind: kind, mapper1: mapper1, mapper2: mapper2 });
|