Searched refs:FlowCall (Results 1 – 8 of 8) sorted by relevance
69 | FlowCall94 interface FlowCall extends FlowNodeBase { interface
3336 | FlowCall3340 | FlowCall3367 export interface FlowCall extends FlowNodeBase {
22151 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 {
1893 …owStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMuta…1908 export interface FlowCall extends FlowNodeBase { interface
1904 …owStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMuta…1919 export interface FlowCall extends FlowNodeBase { interface