| Index: src/debug.h
|
| diff --git a/src/debug.h b/src/debug.h
|
| index 2f5c9bfb6e52c6904f4c68d2c58d62acbf71bd63..457a5fad84bdde552813d7b30ee00b0e64795031 100644
|
| --- a/src/debug.h
|
| +++ b/src/debug.h
|
| @@ -511,6 +511,10 @@ class Debug {
|
| Handle<Object> CheckBreakPoints(Handle<Object> break_point);
|
| bool CheckBreakPoint(Handle<Object> break_point_object);
|
|
|
| + void MaybeRecompileFunctionForDebugging(Handle<JSFunction> function);
|
| + void RecompileAndRelocateSuspendedGenerators(
|
| + const List<Handle<JSGeneratorObject> > &suspended_generators);
|
| +
|
| // Global handle to debug context where all the debugger JavaScript code is
|
| // loaded.
|
| Handle<Context> debug_context_;
|
|
|