func (p *Parser) parseBody() *BlockStmt {
    if p.trace {
        defer untracep(tracep(p, "Body"))
    }