parseFunctionBody method

BlockStatement parseFunctionBody()

Implementation

BlockStatement parseFunctionBody() {
  return parseBlock();
}