blockExit

Determine mask of ways that a statement can exit.

Only valid after semantic analysis.

Parameters

s
Type: Statement

statement to check for block exit status

func

function that statement s is in

mustNotThrow
Type: bool

generate an error if it throws

Return Value

Type: int

BE.xxxx

Meta