Home
last modified time | relevance | path

Searched refs:createFlowMutation (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dbinder.ts1011 …function createFlowMutation(flags: FlowFlags, antecedent: FlowNode, node: Expression | VariableDec… function
1413 currentFlow = createFlowMutation(FlowFlags.Assignment, currentFlow, node);
1592 … currentFlow = createFlowMutation(FlowFlags.ArrayMutation, currentFlow, node);
1648 currentFlow = createFlowMutation(FlowFlags.Assignment, currentFlow, node);
1819 currentFlow = createFlowMutation(FlowFlags.ArrayMutation, currentFlow, node);
/third_party/typescript/lib/
DtypingsInstaller.js47988 function createFlowMutation(flags, antecedent, node) { function
48361 currentFlow = createFlowMutation(16 /* FlowFlags.Assignment */, currentFlow, node);
48523 … currentFlow = createFlowMutation(256 /* FlowFlags.ArrayMutation */, currentFlow, node);
48576 currentFlow = createFlowMutation(16 /* FlowFlags.Assignment */, currentFlow, node);
48734 … currentFlow = createFlowMutation(256 /* FlowFlags.ArrayMutation */, currentFlow, node);
Dtsc.js39513 function createFlowMutation(flags, antecedent, node) { function
39849 currentFlow = createFlowMutation(16, currentFlow, node);
40006 currentFlow = createFlowMutation(256, currentFlow, node);
40059 currentFlow = createFlowMutation(16, currentFlow, node);
40196 currentFlow = createFlowMutation(256, currentFlow, node);