Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Dgenerators.ts1318 const elseLabel = node.elseStatement ? defineLabel() : undefined; constant
/third_party/typescript/src/compiler/
Dbinder.ts1180 const elseLabel = createBranchLabel(); constant