Lines Matching defs:registry
555 ExternalReferenceRegistry* registry) {
560 registry->Register(GetFD);
561 registry->Register(GetExternal);
562 registry->Register(GetBytesRead);
563 registry->Register(GetBytesWritten);
564 registry->Register(JSMethod<&StreamBase::ReadStartJS>);
565 registry->Register(JSMethod<&StreamBase::ReadStopJS>);
566 registry->Register(JSMethod<&StreamBase::Shutdown>);
567 registry->Register(JSMethod<&StreamBase::UseUserBuffer>);
568 registry->Register(JSMethod<&StreamBase::Writev>);
569 registry->Register(JSMethod<&StreamBase::WriteBuffer>);
570 registry->Register(JSMethod<&StreamBase::WriteString<ASCII>>);
571 registry->Register(JSMethod<&StreamBase::WriteString<UTF8>>);
572 registry->Register(JSMethod<&StreamBase::WriteString<UCS2>>);
573 registry->Register(JSMethod<&StreamBase::WriteString<LATIN1>>);
574 registry->Register(
576 registry->Register(