Changeset 59637 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- May 17, 2010, 7:39:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r58935 r59637 171 171 #if ENABLE(JIT) 172 172 JITThunks jitStubs; 173 NativeExecutable*getThunk(ThunkGenerator generator)173 MacroAssemblerCodePtr getThunk(ThunkGenerator generator) 174 174 { 175 175 return jitStubs.specializedThunk(this, generator); … … 179 179 Terminator terminator; 180 180 Heap heap; 181 182 typedef HashMap<NativeFunction, RefPtr<NativeExecutable> > NativeExecutableMap; 183 NativeExecutableMap m_nativeExecutableMap; 184 PassRefPtr<NativeExecutable> getNativeExecutable(NativeFunction function); 185 #if ENABLE(JIT) 186 PassRefPtr<NativeExecutable> getNativeExecutable(NativeFunction function, ThunkGenerator generator); 187 #endif 181 188 182 189 JSValue exception;
Note:
See TracChangeset
for help on using the changeset viewer.