-
- Downloads
Bug 1816158 - Part 2: Require no GC when giving out references to the realm's...
Bug 1816158 - Part 2: Require no GC when giving out references to the realm's debugger vector r=sfink To prevent any other instances of this problme we can update the getDebuggers() methods on the global and the realm to require no GC. Depends on D169701 Differential Revision: https://phabricator.services.mozilla.com/D169702
parent
335dd8ed
No related branches found
No related tags found
Showing
- js/src/debugger/DebugAPI-inl.h 9 additions, 4 deletionsjs/src/debugger/DebugAPI-inl.h
- js/src/debugger/DebugAPI.h 8 additions, 2 deletionsjs/src/debugger/DebugAPI.h
- js/src/debugger/Debugger.cpp 47 additions, 44 deletionsjs/src/debugger/Debugger.cpp
- js/src/vm/GlobalObject.h 4 additions, 2 deletionsjs/src/vm/GlobalObject.h
- js/src/vm/Realm.h 4 additions, 1 deletionjs/src/vm/Realm.h
Loading
Please sign in to comment