| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 3cc46a02b060d19d33679ea319d1eccae561f803..b44cbb5c2724559fdc68703a533294bb78e123da 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -1064,6 +1064,8 @@ class Isolate {
|
| HTracer* GetHTracer();
|
| CodeTracer* GetCodeTracer();
|
|
|
| + void DumpAndResetCompilationStats();
|
| +
|
| FunctionEntryHook function_entry_hook() { return function_entry_hook_; }
|
| void set_function_entry_hook(FunctionEntryHook function_entry_hook) {
|
| function_entry_hook_ = function_entry_hook;
|
|
|