Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandescottes/95bff1632a55ab0bf1d622ffd6dd9740 to your computer and use it in GitHub Desktop.
Save juliandescottes/95bff1632a55ab0bf1d622ffd6dd9740 to your computer and use it in GitHub Desktop.
DebuggerServer setupInChild is one of the methods relying on message manager.
I was trying to track down the current usage for this method, it seems only used in tests?
setupInChild usage:
- registerActor and unregisterActor in devtools/server/actors/utils/actor-registry-utils.js
actor-registry-utils usage:
- imported by actor-registry.js (actor)
- used in ActorActor::unregister and ActorRegistryActor::registerActor
ActorRegistryActor::registerActor usage:
- test: used in devtools/client/shared/test/test-actor-registry.js
- test: used in devtools/server/tests/browser/browser_register_actor.js
- test: used in devtools/server/tests/unit/test_actor-registry-actor.js
ActorActor::unregister
- test: used in devtools/server/tests/unit/test_actor-registry-actor.js
- test: used in devtools/server/tests/browser/browser_register_actor.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment