Open Bug 1170282 Opened 9 years ago Updated 2 years ago

JS::ubi::Node should perhaps have subclasses for specific referent types

Categories

(Core :: JavaScript Engine, defect)

defect

Tracking

()

People

(Reporter: jimb, Unassigned)

Details

The original plan was for JS::ubi::Node to be a "fat" interface --- that is, to have many, many methods, only a subset of which would be appropriate for any given referent type.

It might be nice to be more organized: to have a subtype of Node for JSObjects, and a subtype of that for (say) SavedFrame instances.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.