class Opal::Nodes::CallNode

def invoke_using_send?

Other tags:
    See: #compile_arguments -
def invoke_using_send?
  iter || splat? || call_is_writer_that_needs_handling?
end