Open Bug 1196465 Opened 9 years ago Updated 2 years ago

Add a ByConstructorName JS::ubi::CountType

Categories

(Core :: JavaScript Engine, defect)

defect

Tracking

()

People

(Reporter: fitzgen, Unassigned)

References

(Blocks 1 open bug)

Details

This would bucket object nodes by the name of their constructor function if they were created by `new Ctor(...)` and have a catchall bucket for non-objects and objects that were not created with `new`.

Should be pretty easy as we already have JS::ubi::Node::jsObjectConstructorName.

We also need to add support for serializing and deserializing constructor names in heap snapshots.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.