Changeset 39087 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Dec 7, 2008, 5:28:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r39083 r39087 121 121 122 122 Heap heap; 123 123 #if ENABLE(ASSEMBLER) 124 124 PassRefPtr<ExecutablePool> poolForSize(size_t n) { return m_executableAllocator.poolForSize(n); } 125 #endif 125 126 private: 126 127 JSGlobalData(bool isShared = false); 128 #if ENABLE(ASSEMBLER) 127 129 ExecutableAllocator m_executableAllocator; 130 #endif 128 131 129 132 static JSGlobalData*& sharedInstanceInternal();
Note:
See TracChangeset
for help on using the changeset viewer.