mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Add an Internals method to dump the GC graph
This commit is contained in:
parent
ab00a4dc1f
commit
74940726d0
Notes:
github-actions[bot]
2025-11-04 09:35:39 +00:00
Author: https://github.com/tcl3
Commit: 74940726d0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6689
4 changed files with 12 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ interface Internals {
|
|||
readonly attribute boolean headless;
|
||||
|
||||
DOMString dumpDisplayList();
|
||||
DOMString dumpGCGraph();
|
||||
|
||||
// Returns the shadow root of the element, if it has one, even if it's not normally accessible to JS.
|
||||
ShadowRoot? getShadowRoot(Element element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue