Changeset 53025 in webkit for trunk/JavaScriptCore/runtime/JSArray.h
- Timestamp:
- Jan 8, 2010, 5:02:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSArray.h
r49721 r53025 33 33 SparseArrayValueMap* m_sparseValueMap; 34 34 void* lazyCreationData; // A JSArray subclass can use this to fill the vector lazily. 35 size_t reportedMapCapacity; 35 36 JSValue m_vector[1]; 36 37 };
Note:
See TracChangeset
for help on using the changeset viewer.