Changeset 59676 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- May 18, 2010, 11:32:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.cpp
r59637 r59676 254 254 } 255 255 256 #if ENABLE(JIT) 256 257 PassRefPtr<NativeExecutable> JSGlobalData::getNativeExecutable(NativeFunction function) 257 258 { … … 262 263 } 263 264 264 #if ENABLE(JIT)265 265 PassRefPtr<NativeExecutable> JSGlobalData::getNativeExecutable(NativeFunction function, ThunkGenerator generator) 266 266 {
Note:
See TracChangeset
for help on using the changeset viewer.