Changeset 59676 in webkit for trunk/JavaScriptCore/runtime/Executable.h
- Timestamp:
- May 18, 2010, 11:32:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Executable.h
r59637 r59676 411 411 } 412 412 413 #if ENABLE(JIT) 413 414 inline NativeFunction JSFunction::nativeFunction() 414 415 { … … 416 417 return static_cast<NativeExecutable*>(m_executable.get())->function(); 417 418 } 419 #endif 418 420 } 419 421
Note:
See TracChangeset
for help on using the changeset viewer.