| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index 406e2fd1419bb979569441f1d9ebdc8d070b8424..890329bb3eb04f1d60a2b0810ea39f8cb3cdf146 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -336,6 +336,9 @@ class Debug {
|
| void CreateBreakInfo(Handle<SharedFunctionInfo> shared);
|
| Handle<DebugInfo> GetOrCreateDebugInfo(Handle<SharedFunctionInfo> shared);
|
|
|
| + void InstallCoverageInfo(Handle<SharedFunctionInfo> shared,
|
| + Handle<CoverageInfo> coverage_info);
|
| +
|
| template <typename C>
|
| bool CompileToRevealInnerFunctions(C* compilable);
|
|
|
|
|