| Index: src/debug.h
|
| diff --git a/src/debug.h b/src/debug.h
|
| index 82d37bb1d1af04ec5d5f2882cfeb4069912cf812..fe951a3a3091ae0772e3922dff717708fb2b2112 100644
|
| --- a/src/debug.h
|
| +++ b/src/debug.h
|
| @@ -481,6 +481,9 @@ class Debug {
|
| static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared);
|
| static bool HasDebugInfo(Handle<SharedFunctionInfo> shared);
|
|
|
| + template <typename C>
|
| + bool CompileToRevealInnerFunctions(C* compilable);
|
| +
|
| // This function is used in FunctionNameUsing* tests.
|
| Handle<Object> FindSharedFunctionInfoInScript(Handle<Script> script,
|
| int position);
|
|
|