class V8::Function

def new(*args)

def new(*args)
  @context.enter do
    To.rb(@native.NewInstance(To.v8(args)))
  end
end