Changeset 1112 in webkit for trunk/JavaScriptCore/kjs/collector.h


Ignore:
Timestamp:
May 8, 2002, 5:11:06 PM (23 years ago)
Author:
darin
Message:
  • kjs/collector.h:
  • kjs/collector.cpp: (Collector::numInterpreters): (Collector::numGCNotAllowedObjects): (Collector::numReferencedObjects): Add three new functions so we can see a bit more about leaking JavaScriptCore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/collector.h

    r1024 r1112  
    8989    static bool collecting;
    9090#endif
     91#ifdef APPLE_CHANGES
     92    static int numInterpreters();
     93    static int numGCNotAllowedObjects();
     94    static int numReferencedObjects();
     95#endif
    9196  private:
    9297    static CollectorBlock* root;
Note: See TracChangeset for help on using the changeset viewer.