You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -464,6 +465,19 @@ in the DevTools Elements panel (if any).
464
465
465
466
---
466
467
468
+
### `get_node_retainers`
469
+
470
+
**Description:** Loads a memory heapsnapshot and returns retainers for a specific node ID. (requires flag: --experimentalMemory=true)
471
+
472
+
**Parameters:**
473
+
474
+
-**filePath** (string) **(required)**: A path to a .heapsnapshot file to read.
475
+
-**nodeId** (number) **(required)**: The stable node ID to get retainers for.
476
+
-**pageIdx** (number) _(optional)_: The page index for pagination.
477
+
-**pageSize** (number) _(optional)_: The page size for pagination.
478
+
479
+
---
480
+
467
481
### `get_nodes_by_class`
468
482
469
483
**Description:** Loads a memory heapsnapshot and returns instances of a specific class with their stable IDs. (requires flag: --experimentalMemory=true)
0 commit comments