class Opal::Nodes::ScopeNode

def add_scope_temp(tmp)

def add_scope_temp(tmp)
  return if has_temp?(tmp)
  @temps.push(tmp)
end