Changeset 37629 in webkit for trunk/JavaScriptCore/kjs/StructureID.h
- Timestamp:
- Oct 15, 2008, 10:31:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StructureID.h
r37627 r37629 38 38 #include <wtf/PassRefPtr.h> 39 39 #include <wtf/RefCounted.h> 40 41 #define DUMP_STRUCTURE_ID_STATISTICS 0 40 42 41 43 namespace JSC { … … 85 87 static void startIgnoringLeaks(); 86 88 static void stopIgnoringLeaks(); 89 90 #if DUMP_STRUCTURE_ID_STATISTICS 91 static void dumpStatistics(); 92 #endif 87 93 88 94 static PassRefPtr<StructureID> changePrototypeTransition(StructureID*, JSValue* prototype);
Note:
See TracChangeset
for help on using the changeset viewer.