augment-vir - v31.68.1
    Preparing search index...

    Class ConstructorInstanceMap

    Map all ancestor constructors of an object to a set of objects.

    Index

    Constructors

    Properties

    isDestroyed: boolean = false
    map: Map<Function, Set<AnyObject>> = ...

    A map of constructors to their added instances.

    topMostConstructor?: Function

    The top most constructor to allow in the map. If this constructor is ever reached, the recursive mapping stops.

    Methods