class ExecJS::ExternalRuntime::Context

def initialize(runtime, source = "", options = {})

def initialize(runtime, source = "", options = {})
  source = source.encode(Encoding::UTF_8)
  @runtime = runtime
  @source  = source
  # Test compile context source
  exec("")
end