/third_party/typescript/src/debug/ |
D | dbg.ts | 91 antecedent: FlowNode; property 96 antecedent: FlowNode; property 101 antecedent: FlowNode; property 108 antecedent: FlowNode; property 113 antecedent: FlowNode; property 119 antecedent: FlowNode; property 285 for (const antecedent of flowNode.antecedents) { constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 1906 antecedent: FlowNode; property 1910 antecedent: FlowNode; property 1914 antecedent: FlowNode; property 1920 antecedent: FlowNode; property 1924 antecedent: FlowNode; property 1929 antecedent: FlowNode; property
|
D | typescriptServices.d.ts | 1906 antecedent: FlowNode; property 1910 antecedent: FlowNode; property 1914 antecedent: FlowNode; property 1920 antecedent: FlowNode; property 1924 antecedent: FlowNode; property 1929 antecedent: FlowNode; property
|
D | tsserverlibrary.d.ts | 1906 antecedent: FlowNode; property 1910 antecedent: FlowNode; property 1914 antecedent: FlowNode; property 1920 antecedent: FlowNode; property 1924 antecedent: FlowNode; property 1929 antecedent: FlowNode; property
|
D | tsc.js | 33712 function createReduceLabel(target, antecedents, antecedent) { argument 33713 …return initFlowNode({ flags: 1024, target: target, antecedents: antecedents, antecedent: anteceden… property 33718 function addAntecedent(label, antecedent) { argument 33724 function createFlowCondition(flags, antecedent, expression) { argument 33740 return initFlowNode({ flags: flags, antecedent: antecedent, node: expression }); property 33742 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) { argument 33744 …return initFlowNode({ flags: 128, antecedent: antecedent, switchStatement: switchStatement, clause… property 33746 function createFlowMutation(flags, antecedent, node) { argument 33748 var result = initFlowNode({ flags: flags, antecedent: antecedent, node: node }); property 33754 function createFlowCall(antecedent, node) { argument [all …]
|
D | typingsInstaller.js | 41306 function createReduceLabel(target, antecedents, antecedent) { argument 41307 …flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecedent: antecedent }); property 41313 function addAntecedent(label, antecedent) { argument 41319 function createFlowCondition(flags, antecedent, expression) { argument 41335 return initFlowNode({ flags: flags, antecedent: antecedent, node: expression }); property 41337 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) { argument 41339 …return initFlowNode({ flags: 128 /* SwitchClause */, antecedent: antecedent, switchStatement: swit… property 41341 function createFlowMutation(flags, antecedent, node) { argument 41343 var result = initFlowNode({ flags: flags, antecedent: antecedent, node: node }); property 41349 function createFlowCall(antecedent, node) { argument [all …]
|
D | typescriptServices.js | 41511 function createReduceLabel(target, antecedents, antecedent) { argument 41512 …flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecedent: antecedent }); property 41518 function addAntecedent(label, antecedent) { argument 41524 function createFlowCondition(flags, antecedent, expression) { argument 41540 return initFlowNode({ flags: flags, antecedent: antecedent, node: expression }); property 41542 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) { argument 41544 …return initFlowNode({ flags: 128 /* SwitchClause */, antecedent: antecedent, switchStatement: swit… property 41546 function createFlowMutation(flags, antecedent, node) { argument 41548 var result = initFlowNode({ flags: flags, antecedent: antecedent, node: node }); property 41554 function createFlowCall(antecedent, node) { argument [all …]
|
D | typescript.js | 41511 function createReduceLabel(target, antecedents, antecedent) { argument 41512 …flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecedent: antecedent }); property 41518 function addAntecedent(label, antecedent) { argument 41524 function createFlowCondition(flags, antecedent, expression) { argument 41540 return initFlowNode({ flags: flags, antecedent: antecedent, node: expression }); property 41542 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) { argument 41544 …return initFlowNode({ flags: 128 /* SwitchClause */, antecedent: antecedent, switchStatement: swit… property 41546 function createFlowMutation(flags, antecedent, node) { argument 41548 var result = initFlowNode({ flags: flags, antecedent: antecedent, node: node }); property 41554 function createFlowCall(antecedent, node) { argument [all …]
|
D | tsserverlibrary.js | 41511 function createReduceLabel(target, antecedents, antecedent) { argument 41512 …flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecedent: antecedent }); property 41518 function addAntecedent(label, antecedent) { argument 41524 function createFlowCondition(flags, antecedent, expression) { argument 41540 return initFlowNode({ flags: flags, antecedent: antecedent, node: expression }); property 41542 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) { argument 41544 …return initFlowNode({ flags: 128 /* SwitchClause */, antecedent: antecedent, switchStatement: swit… property 41546 function createFlowMutation(flags, antecedent, node) { argument 41548 var result = initFlowNode({ flags: flags, antecedent: antecedent, node: node }); property 41554 function createFlowCall(antecedent, node) { argument [all …]
|
D | tsserver.js | 41317 function createReduceLabel(target, antecedents, antecedent) { argument 41318 …flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecedent: antecedent }); property 41324 function addAntecedent(label, antecedent) { argument 41330 function createFlowCondition(flags, antecedent, expression) { argument 41346 return initFlowNode({ flags: flags, antecedent: antecedent, node: expression }); property 41348 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) { argument 41350 …return initFlowNode({ flags: 128 /* SwitchClause */, antecedent: antecedent, switchStatement: swit… property 41352 function createFlowMutation(flags, antecedent, node) { argument 41354 var result = initFlowNode({ flags: flags, antecedent: antecedent, node: node }); property 41360 function createFlowCall(antecedent, node) { argument [all …]
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 1917 antecedent: FlowNode; property 1921 antecedent: FlowNode; property 1925 antecedent: FlowNode; property 1931 antecedent: FlowNode; property 1935 antecedent: FlowNode; property 1940 antecedent: FlowNode; property
|
D | tsserverlibrary.d.ts | 1917 antecedent: FlowNode; property 1921 antecedent: FlowNode; property 1925 antecedent: FlowNode; property 1931 antecedent: FlowNode; property 1935 antecedent: FlowNode; property 1940 antecedent: FlowNode; property
|