class V8::Function

def call(*args)

def call(*args)
  @context.enter do
    methodcall @context.native.Global(), *args
  end
end