Home
last modified time | relevance | path

Searched defs:inferred (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DinferFromGenericFunctionReturnTypes3.ts29 const inferred = wrapBar(value); constant
/third_party/typescript/tests/baselines/reference/
DinferFromGenericFunctionReturnTypes3.js26 const inferred = wrapBar(value); constant
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts561 …const inferred = inferTypesFromReferencesSingle(getReferences(parameter.name, program, cancellatio… constant
/third_party/rust/crates/quote/tests/
Dtest.rs542 let inferred = CallSite::get(); in test_type_inference_for_span() localVariable
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc243 ZoneRefUnorderedSet<MapRef> inferred(broker->zone()); in Refine() local
/third_party/typescript/src/compiler/
Dchecker.ts32466 … const inferred = isTransientSymbol(target) ? target : cloneSymbol(target) as TransientSymbol; constant
/third_party/typescript/lib/
DtypingsInstaller.js131780 inferredTypings.forEach(function (inferred, typing) { argument