Searched refs:FlowReduceLabel (Results 1 – 9 of 9) sorted by relevance
73 | FlowReduceLabel116 export interface FlowReduceLabel extends FlowNodeBase { interface
3341 | FlowReduceLabel;3393 export interface FlowReduceLabel extends FlowNodeBase {
968 …ateReduceLabel(target: FlowLabel, antecedents: FlowNode[], antecedent: FlowNode): FlowReduceLabel {
22189 const target = (<FlowReduceLabel>flow).target;22191 target.antecedents = (<FlowReduceLabel>flow).antecedents;22192 …const result = isReachableFlowNodeWorker((<FlowReduceLabel>flow).antecedent, /*noCacheCheck*/ fals…22233 const target = (<FlowReduceLabel>flow).target;22235 target.antecedents = (<FlowReduceLabel>flow).antecedents;22236 … const result = isPostSuperFlowNode((<FlowReduceLabel>flow).antecedent, /*noCacheCheck*/ false);22342 const target = (<FlowReduceLabel>flow).target;22344 target.antecedents = (<FlowReduceLabel>flow).antecedents;22345 type = getTypeAtFlowNode((<FlowReduceLabel>flow).antecedent);
1893 …ent | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;1926 export interface FlowReduceLabel extends FlowNodeBase { interface
1904 …ent | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;1937 export interface FlowReduceLabel extends FlowNodeBase { interface