Type Definition FunctionBody
ecmascript::ast::function
type FunctionBody<'ast> = &'ast [Statement<'ast>];