X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..HEAD:/dfg/DFGOSRExitCompilerCommon.h diff --git a/dfg/DFGOSRExitCompilerCommon.h b/dfg/DFGOSRExitCompilerCommon.h index 93ecf47..ce1836f 100644 --- a/dfg/DFGOSRExitCompilerCommon.h +++ b/dfg/DFGOSRExitCompilerCommon.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Apple Inc. All rights reserved. + * Copyright (C) 2013, 2015 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,18 +37,6 @@ void handleExitCounts(CCallHelpers&, const OSRExitBase&); void reifyInlinedCallFrames(CCallHelpers&, const OSRExitBase&); void adjustAndJumpToTarget(CCallHelpers&, const OSRExitBase&); -class ArgumentsRecoveryGenerator { -public: - ArgumentsRecoveryGenerator(); - ~ArgumentsRecoveryGenerator(); - - void generateFor(int operand, CodeOrigin, CCallHelpers&); - -private: - HashSet::Hash, - NullableHashTraits> m_didCreateArgumentsObject; -}; - } } // namespace JSC::DFG #endif // ENABLE(DFG_JIT)