public void visitFunctionBody(FunctionStatement function) {
   handleScopeDeclarations(function);
   super.visitFunctionStatement(function);
 }