diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGThunks.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGThunks.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGThunks.h b/Source/JavaScriptCore/dfg/DFGThunks.h index 3db62442a..11a06d107 100644 --- a/Source/JavaScriptCore/dfg/DFGThunks.h +++ b/Source/JavaScriptCore/dfg/DFGThunks.h @@ -40,6 +40,14 @@ namespace DFG { MacroAssemblerCodeRef osrExitGenerationThunkGenerator(JSGlobalData*); +MacroAssemblerCodeRef throwExceptionFromCallSlowPathGenerator(JSGlobalData*); + +MacroAssemblerCodeRef linkCallThunkGenerator(JSGlobalData*); +MacroAssemblerCodeRef linkConstructThunkGenerator(JSGlobalData*); + +MacroAssemblerCodeRef virtualCallThunkGenerator(JSGlobalData*); +MacroAssemblerCodeRef virtualConstructThunkGenerator(JSGlobalData*); + } } // namespace JSC::DFG #endif // ENABLE(DFG_JIT) |