class ExecJS::JohnsonRuntime::Context

def function?(value)

def function?(value)
  value.respond_to?(:function?) && value.function?
end