| Index: src/debug/debug-evaluate.h
|
| diff --git a/src/debug/debug-evaluate.h b/src/debug/debug-evaluate.h
|
| index 6b0f48a15d8ac7efe74dda76daaeb0cc44d6a456..3b4d1f464096af69a3df78af49c6aec7292fbe32 100644
|
| --- a/src/debug/debug-evaluate.h
|
| +++ b/src/debug/debug-evaluate.h
|
| @@ -24,6 +24,9 @@ class DebugEvaluate : public AllStatic {
|
| int inlined_jsframe_index,
|
| Handle<String> source);
|
|
|
| + static bool FunctionHasNoSideEffect(Handle<SharedFunctionInfo> info);
|
| + static bool CallbackHasNoSideEffect(Address function_addr);
|
| +
|
| private:
|
| // This class builds a context chain for evaluation of expressions
|
| // in debugger.
|
|
|