Created
August 25, 2019 12:22
-
-
Save juliandescottes/95bff1632a55ab0bf1d622ffd6dd9740 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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