class V8::Function

def call(*args)

def call(*args)
  self.methodcall(@portal.context.native.Global(), *args)
end