class V8::Context

def self.current=(context)

def self.current=(context)
  Thread.current[:v8_context] = context
end