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 push "if (#{name} == null) #{name} = nil" end