MCPcopy Create free account
hub / github.com/microsoft/typescript-go / createLoopLabel

Method createLoopLabel

internal/binder/binder.go:467–469  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465}
466
467func (b *Binder) createLoopLabel() *ast.FlowLabel {
468 return b.newFlowNode(ast.FlowFlagsLoopLabel)
469}
470
471func (b *Binder) createBranchLabel() *ast.FlowLabel {
472 return b.newFlowNode(ast.FlowFlagsBranchLabel)

Callers 4

bindWhileStatementMethod · 0.95
bindDoStatementMethod · 0.95
bindForStatementMethod · 0.95

Calls 1

newFlowNodeMethod · 0.95

Tested by

no test coverage detected