Function rslint_parser::syntax::stmt::throw_stmt[][src]

pub fn throw_stmt(p: &mut Parser<'_>) -> CompletedMarker
Expand description

A throw statement such as throw new Error("uh oh");