class Opal::Nodes::BackRefNode

def handle_pre_match

def handle_pre_match
  with_temp do |tmp|
    push "((#{tmp} = $gvars['~']) === nil ? nil : #{tmp}.$pre_match())"
  end
end