package mozilla.devtools.protobuf

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Edge

CoreDump.proto:135

A serialized edge from the heap graph.

Used in: Node

message Metadata

CoreDump.proto:64

A collection of metadata about this core dump.

message Node

CoreDump.proto:105

A serialized version of `JS::ubi::Node` and its outgoing edges.

message StackFrame

CoreDump.proto:71

A serialized version of `JS::ubi::StackFrame`. Older parent frame tails are de-duplicated to cut down on [de]serialization and size costs.

Used in: Node, StackFrame.Data

message StackFrame.Data

CoreDump.proto:81

Used in: StackFrame