Ignore:
Timestamp:
May 18, 2010, 11:32:30 AM (15 years ago)
Author:
[email protected]
Message:

Fix the interpreter after r59637
https://bugs.webkit.org/show_bug.cgi?id=39287

Reviewed by Darin Adler.

  • runtime/Executable.h:
  • runtime/JSFunction.cpp:

(JSC::JSFunction::JSFunction):
(JSC::JSFunction::getCallData):

  • runtime/JSGlobalData.cpp:
  • runtime/JSGlobalData.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalData.h

    r59637 r59676  
    180180        Heap heap;
    181181
     182#if ENABLE(JIT)
    182183        typedef HashMap<NativeFunction, RefPtr<NativeExecutable> > NativeExecutableMap;
    183184        NativeExecutableMap m_nativeExecutableMap;
    184185        PassRefPtr<NativeExecutable> getNativeExecutable(NativeFunction function);
    185 #if ENABLE(JIT)
    186186        PassRefPtr<NativeExecutable> getNativeExecutable(NativeFunction function, ThunkGenerator generator);
    187187#endif
Note: See TracChangeset for help on using the changeset viewer.