Searched refs:normalExitLabel (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | binder.ts | 1245 const normalExitLabel = createBranchLabel(); constant 1254 addAntecedent(normalExitLabel, currentFlow); 1265 addAntecedent(normalExitLabel, currentFlow); 1285 …finallyLabel.antecedents = concatenate(concatenate(normalExitLabel.antecedents, exceptionLabel.ant… 1306 …currentFlow = normalExitLabel.antecedents ? createReduceLabel(finallyLabel, normalExitLabel.antece… 1310 currentFlow = finishFlowLabel(normalExitLabel);
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 48201 var normalExitLabel = createBranchLabel(); 48210 addAntecedent(normalExitLabel, currentFlow); 48221 addAntecedent(normalExitLabel, currentFlow); 48241 …finallyLabel.antecedents = ts.concatenate(ts.concatenate(normalExitLabel.antecedents, exceptionLab… 48262 …currentFlow = normalExitLabel.antecedents ? createReduceLabel(finallyLabel, normalExitLabel.antece… 48266 currentFlow = finishFlowLabel(normalExitLabel);
|
| D | tsc.js | 39720 var normalExitLabel = createBranchLabel(); 39729 addAntecedent(normalExitLabel, currentFlow); 39736 addAntecedent(normalExitLabel, currentFlow); 39742 …finallyLabel.antecedents = ts.concatenate(ts.concatenate(normalExitLabel.antecedents, exceptionLab… 39755 …currentFlow = normalExitLabel.antecedents ? createReduceLabel(finallyLabel, normalExitLabel.antece… 39759 currentFlow = finishFlowLabel(normalExitLabel);
|