Changeset 1112 in webkit for trunk/JavaScriptCore/kjs/collector.h
- Timestamp:
- May 8, 2002, 5:11:06 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.h
r1024 r1112 89 89 static bool collecting; 90 90 #endif 91 #ifdef APPLE_CHANGES 92 static int numInterpreters(); 93 static int numGCNotAllowedObjects(); 94 static int numReferencedObjects(); 95 #endif 91 96 private: 92 97 static CollectorBlock* root;
Note:
See TracChangeset
for help on using the changeset viewer.