class Opal::Nodes::Args::InitializeShadowarg
proc { |;a| }
This node is responsible for initializing a shadow arg
def compile
def compile scope.locals << name scope.add_arg(name) push "#{name} = nil" end
proc { |;a| }
This node is responsible for initializing a shadow arg
def compile scope.locals << name scope.add_arg(name) push "#{name} = nil" end