Home
last modified time | relevance | path

Searched refs:FlowReduceLabel (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/debug/
Ddbg.ts73 | FlowReduceLabel
116 export interface FlowReduceLabel extends FlowNodeBase { interface
/third_party/typescript/src/compiler/
Dtypes.ts3341 | FlowReduceLabel;
3393 export interface FlowReduceLabel extends FlowNodeBase {
Dbinder.ts968 …ateReduceLabel(target: FlowLabel, antecedents: FlowNode[], antecedent: FlowNode): FlowReduceLabel {
Dchecker.ts22189 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);
/third_party/typescript/lib/
Dtypescript.d.ts1893 …ent | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;
1926 export interface FlowReduceLabel extends FlowNodeBase { interface
DtypescriptServices.d.ts1893 …ent | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;
1926 export interface FlowReduceLabel extends FlowNodeBase { interface
Dtsserverlibrary.d.ts1893 …ent | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;
1926 export interface FlowReduceLabel extends FlowNodeBase { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1904 …ent | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;
1937 export interface FlowReduceLabel extends FlowNodeBase { interface
Dtsserverlibrary.d.ts1904 …ent | FlowCall | FlowCondition | FlowSwitchClause | FlowArrayMutation | FlowCall | FlowReduceLabel;
1937 export interface FlowReduceLabel extends FlowNodeBase { interface