Changeset 58469 in webkit for trunk/JavaScriptCore/runtime/Executable.h
- Timestamp:
- Apr 28, 2010, 8:57:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Executable.h
r58286 r58469 86 86 : ExecutableBase(NUM_PARAMETERS_IS_HOST) 87 87 { 88 m_jitCode = JITCode(JITCode::HostFunction(exec->globalData().jitStubs.ctiNativeCallThunk()));88 m_jitCode = exec->globalData().jitStubs.ctiNativeCallThunk()->m_jitCode; 89 89 } 90 90 NativeExecutable(JITCode thunk)
Note:
See TracChangeset
for help on using the changeset viewer.