Searched refs:postLoopLabel (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | binder.ts | 1149 const postLoopLabel = createBranchLabel(); constant 1153 bindCondition(node.condition, preBodyLabel, postLoopLabel); 1155 bindIterativeStatement(node.statement, postLoopLabel, preLoopLabel); 1158 currentFlow = finishFlowLabel(postLoopLabel); 1163 const postLoopLabel = createBranchLabel(); constant 1170 addAntecedent(postLoopLabel, currentFlow); 1175 bindIterativeStatement(node.statement, postLoopLabel, preLoopLabel); 1177 currentFlow = finishFlowLabel(postLoopLabel);
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 48112 var postLoopLabel = createBranchLabel(); 48116 bindCondition(node.condition, preBodyLabel, postLoopLabel); 48118 bindIterativeStatement(node.statement, postLoopLabel, preLoopLabel); 48121 currentFlow = finishFlowLabel(postLoopLabel); 48125 var postLoopLabel = createBranchLabel(); 48132 addAntecedent(postLoopLabel, currentFlow); 48137 bindIterativeStatement(node.statement, postLoopLabel, preLoopLabel); 48139 currentFlow = finishFlowLabel(postLoopLabel);
|
| D | tsc.js | 39637 var postLoopLabel = createBranchLabel(); 39641 bindCondition(node.condition, preBodyLabel, postLoopLabel); 39643 bindIterativeStatement(node.statement, postLoopLabel, preLoopLabel); 39646 currentFlow = finishFlowLabel(postLoopLabel); 39650 var postLoopLabel = createBranchLabel(); 39657 addAntecedent(postLoopLabel, currentFlow); 39662 bindIterativeStatement(node.statement, postLoopLabel, preLoopLabel); 39664 currentFlow = finishFlowLabel(postLoopLabel);
|