class Opal::Nodes::Args::InitializeIterarg

must return nil
proc { |a| }.call
Procs don’t have arity checking and code like
proc { |a| }
required block arg
This node is responsible for initializing a single

def compile

def compile
  line "if (#{name} == null) {"
  line "  #{name} = nil;"
  line "}"
end