canThrow

If eSink is not null, generate an error if e throws

Parameters

e Expression

expression to check for throwing

func FuncDeclaration

function

eSink ErrorSink

if !null, then send error messages to eSink

Return Value

Type: CT

CT.exception or CT.error if the expression may throw exceptions.

Meta