Changeset 59676 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- May 18, 2010, 11:32:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r59637 r59676 180 180 Heap heap; 181 181 182 #if ENABLE(JIT) 182 183 typedef HashMap<NativeFunction, RefPtr<NativeExecutable> > NativeExecutableMap; 183 184 NativeExecutableMap m_nativeExecutableMap; 184 185 PassRefPtr<NativeExecutable> getNativeExecutable(NativeFunction function); 185 #if ENABLE(JIT)186 186 PassRefPtr<NativeExecutable> getNativeExecutable(NativeFunction function, ThunkGenerator generator); 187 187 #endif
Note:
See TracChangeset
for help on using the changeset viewer.