Changeset 47660 in webkit for trunk/JavaScriptCore/runtime/Executable.h
- Timestamp:
- Aug 21, 2009, 7:31:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Executable.h
r47641 r47660 77 77 }; 78 78 79 #if ENABLE(JIT) 79 80 class NativeExecutable : public ExecutableBase { 80 81 public: … … 87 88 ~NativeExecutable(); 88 89 }; 90 #endif 89 91 90 92 class VPtrHackExecutable : public ExecutableBase {
Note:
See TracChangeset
for help on using the changeset viewer.