Changeset 64588 in webkit for trunk/JavaScriptCore/runtime/JSArray.h
- Timestamp:
- Aug 3, 2010, 2:29:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSArray.h
r64320 r64588 40 40 SparseArrayValueMap* m_sparseValueMap; 41 41 void* subclassData; // A JSArray subclass can use this to fill the vector lazily. 42 void* m_allocBase; // Pointer to base address returned by malloc(). Keeping this pointer does eliminate false positives from the leak detector. 42 43 size_t reportedMapCapacity; 43 44 #if CHECK_ARRAY_CONSISTENCY
Note:
See TracChangeset
for help on using the changeset viewer.