Changeset 46247 in webkit for trunk/JavaScriptCore/jit/JITCode.h
- Timestamp:
- Jul 22, 2009, 3:17:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITCode.h
r44455 r46247 84 84 } 85 85 86 #ifndef NDEBUG 86 void* start() 87 { 88 return m_ref.m_code.dataLocation(); 89 } 90 87 91 size_t size() 88 92 { … … 90 94 return m_ref.m_size; 91 95 } 92 #endif93 96 94 97 ExecutablePool* getExecutablePool()
Note:
See TracChangeset
for help on using the changeset viewer.