class MiniRacer::JavaScriptFunction

helper class returned when we have a JavaScript function

def to_s

def to_s
  "JavaScript Function"
end