Chromium Code Reviews| Index: src/log.h |
| diff --git a/src/log.h b/src/log.h |
| index 5f3c188c5327eb90a791ca0ccd396cb8e41081b3..6e5fb5bb7aa0a6d77598d3c8a85483118f0b6522 100644 |
| --- a/src/log.h |
| +++ b/src/log.h |
| @@ -214,6 +214,9 @@ class Logger { |
| // retrieve previously written messages. See v8.h. |
| static int GetLogLines(int from_pos, char* dest_buf, int max_size); |
| + // Logs all compiled functions found in the heap. |
| + static void LogCompiledFunctions(); |
| + |
| private: |
| // Emits the source code of a regexp. Used by regexp events. |