module V8::Conversion::Constructor::Args

def linkage_call?

def linkage_call?
  self.Length() == 1 && self[0].IsExternal()
end