Home
last modified time | relevance | path

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

/third_party/typescript/src/debug/
Ddbg.ts70 | FlowCondition
99 interface FlowCondition extends FlowNodeBase { interface
/third_party/typescript/src/compiler/
Dtypes.ts3337 | FlowCondition
3374 export interface FlowCondition extends FlowNodeBase {
Dchecker.ts22148 flow = (<FlowAssignment | FlowCondition | FlowArrayMutation>flow).antecedent;
22216 … flow = (<FlowAssignment | FlowCondition | FlowArrayMutation | FlowSwitchClause>flow).antecedent;
22320 type = getTypeAtFlowCondition(<FlowCondition>flow);
22500 function getTypeAtFlowCondition(flow: FlowCondition): FlowType {
/third_party/typescript/lib/
Dtypescript.d.ts1893 …export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwi…
1912 export interface FlowCondition extends FlowNodeBase { interface
DtypescriptServices.d.ts1893 …export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwi…
1912 export interface FlowCondition extends FlowNodeBase { interface
Dtsserverlibrary.d.ts1893 …export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwi…
1912 export interface FlowCondition extends FlowNodeBase { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1904 …export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwi…
1923 export interface FlowCondition extends FlowNodeBase { interface
Dtsserverlibrary.d.ts1904 …export type FlowNode = FlowStart | FlowLabel | FlowAssignment | FlowCall | FlowCondition | FlowSwi…
1923 export interface FlowCondition extends FlowNodeBase { interface