Changeset 155558 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Sep 11, 2013, 1:34:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
r155473 r155558 201 201 #endif // ENABLE(PROMISES) 202 202 203 WriteBarrier<Structure> m_mapDataStructure;204 WriteBarrier<Structure> m_weakMapDataStructure;205 206 203 #define DEFINE_STORAGE_FOR_SIMPLE_TYPE(capitalName, lowerName, properName, instanceType, jsName) \ 207 204 WriteBarrier<capitalName ## Prototype> m_ ## lowerName ## Prototype; \ … … 400 397 Structure* internalFunctionStructure() const { return m_internalFunctionStructure.get(); } 401 398 Structure* mapStructure() const { return m_mapStructure.get(); } 402 Structure* mapDataStructure() const { return m_mapDataStructure.get(); }403 Structure* weakMapDataStructure() const { return m_weakMapDataStructure.get(); }404 399 Structure* regExpMatchesArrayStructure() const { return m_regExpMatchesArrayStructure.get(); } 405 400 Structure* regExpStructure() const { return m_regExpStructure.get(); }
Note:
See TracChangeset
for help on using the changeset viewer.