module V8::Conversion::Constructor::Args

def construct(cls)

def construct(cls)
  context.link cls.new(*to_args), This()
end