X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174..refs/heads/master:/dfg/DFGThunks.h?ds=sidebyside diff --git a/dfg/DFGThunks.h b/dfg/DFGThunks.h index 3db6244..6ef0c50 100644 --- a/dfg/DFGThunks.h +++ b/dfg/DFGThunks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Apple Inc. All rights reserved. + * Copyright (C) 2011, 2014 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -26,19 +26,18 @@ #ifndef DFGThunks_h #define DFGThunks_h -#include - #if ENABLE(DFG_JIT) #include "MacroAssemblerCodeRef.h" namespace JSC { -class JSGlobalData; +class VM; namespace DFG { -MacroAssemblerCodeRef osrExitGenerationThunkGenerator(JSGlobalData*); +MacroAssemblerCodeRef osrExitGenerationThunkGenerator(VM*); +MacroAssemblerCodeRef osrEntryThunkGenerator(VM*); } } // namespace JSC::DFG