diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGVariableEventStream.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGVariableEventStream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGVariableEventStream.h b/Source/JavaScriptCore/dfg/DFGVariableEventStream.h index 0d10eb048..cfe8aaa7c 100644 --- a/Source/JavaScriptCore/dfg/DFGVariableEventStream.h +++ b/Source/JavaScriptCore/dfg/DFGVariableEventStream.h @@ -53,6 +53,8 @@ public: unsigned index, Operands<ValueRecovery>&) const; private: + bool tryToSetConstantRecovery(ValueRecovery&, CodeBlock*, MinifiedNode*) const; + void logEvent(const VariableEvent&); }; |