module V8::Access::Invocation

def methodcall(code, this, args)

def methodcall(code, this, args)
  code.methodcall this, args
end