Home
last modified time | relevance | path

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

/third_party/typescript/src/debug/
Ddbg.ts69 | FlowCall
94 interface FlowCall extends FlowNodeBase { interface
/third_party/typescript/src/compiler/
Dtypes.ts3336 | FlowCall
3340 | FlowCall
3367 export interface FlowCall extends FlowNodeBase {
Dchecker.ts22151 const signature = getEffectsSignature((<FlowCall>flow).node);
22155 … const predicateArgument = (<FlowCall>flow).node.arguments[predicate.parameterIndex];
22164 flow = (<FlowCall>flow).antecedent;
22219 if ((<FlowCall>flow).node.expression.kind === SyntaxKind.SuperKeyword) {
22222 flow = (<FlowCall>flow).antecedent;
22313 type = getTypeAtFlowCall(<FlowCall>flow);
22315 flow = (<FlowCall>flow).antecedent;
22450 function getTypeAtFlowCall(flow: FlowCall): FlowType | undefined {
/third_party/typescript/lib/
Dtypescript.d.ts1893 …owStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMuta…
1908 export interface FlowCall extends FlowNodeBase { interface
DtypescriptServices.d.ts1893 …owStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMuta…
1908 export interface FlowCall extends FlowNodeBase { interface
Dtsserverlibrary.d.ts1893 …owStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMuta…
1908 export interface FlowCall extends FlowNodeBase { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1904 …owStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMuta…
1919 export interface FlowCall extends FlowNodeBase { interface
Dtsserverlibrary.d.ts1904 …owStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMuta…
1919 export interface FlowCall extends FlowNodeBase { interface