class Object

def eval_js(javascript)

def eval_js(javascript)
  V8::Context.new(:with => self).eval(javascript)
end