Lines Matching refs:registry
377 void RegisterExternalReferences(ExternalReferenceRegistry* registry) {
378 registry->Register(InspectorConsoleCall);
379 registry->Register(SetConsoleExtensionInstaller);
380 registry->Register(CallAndPauseOnStart);
381 registry->Register(Open);
382 registry->Register(Url);
383 registry->Register(WaitForDebugger);
385 registry->Register(AsyncTaskScheduledWrapper);
386 registry->Register(InvokeAsyncTaskFnWithId<&Agent::AsyncTaskCanceled>);
387 registry->Register(InvokeAsyncTaskFnWithId<&Agent::AsyncTaskStarted>);
388 registry->Register(InvokeAsyncTaskFnWithId<&Agent::AsyncTaskFinished>);
390 registry->Register(RegisterAsyncHookWrapper);
391 registry->Register(IsEnabled);
393 registry->Register(JSBindingsConnection<LocalConnection>::New);
394 registry->Register(JSBindingsConnection<LocalConnection>::Dispatch);
395 registry->Register(JSBindingsConnection<LocalConnection>::Disconnect);
396 registry->Register(JSBindingsConnection<MainThreadConnection>::New);
397 registry->Register(JSBindingsConnection<MainThreadConnection>::Dispatch);
398 registry->Register(JSBindingsConnection<MainThreadConnection>::Disconnect);