Home
last modified time | relevance | path

Searched defs:finallyLabel (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Dgenerators.ts173 finallyLabel?: Label; property
2176 const finallyLabel = defineLabel(); constant
2787 … const { startLabel, catchLabel, finallyLabel, endLabel } = currentExceptionBlock; constant
/third_party/typescript/src/compiler/
Dbinder.ts1282 const finallyLabel = createBranchLabel(); constant