Index: src/debug/debug-evaluate.h |
diff --git a/src/debug/debug-evaluate.h b/src/debug/debug-evaluate.h |
index 6b0f48a15d8ac7efe74dda76daaeb0cc44d6a456..fddba683cb2068f28a854642fe8a089f64614707 100644 |
--- a/src/debug/debug-evaluate.h |
+++ b/src/debug/debug-evaluate.h |
@@ -24,6 +24,8 @@ class DebugEvaluate : public AllStatic { |
int inlined_jsframe_index, |
Handle<String> source); |
+ static bool HasNoSideEffect(Handle<BytecodeArray> bytecode_array); |
+ |
private: |
// This class builds a context chain for evaluation of expressions |
// in debugger. |