| Index: src/d8.h
|
| diff --git a/src/d8.h b/src/d8.h
|
| index f3760e8bc8ed37f8b7a81db557276bf131bf805c..79f439f605a4fcb5affea340c410b7a39ad7db76 100644
|
| --- a/src/d8.h
|
| +++ b/src/d8.h
|
| @@ -128,6 +128,8 @@ class Shell: public i::AllStatic {
|
| size_t buckets);
|
| static void AddHistogramSample(void* histogram, int sample);
|
| static void MapCounters(const char* name);
|
| + static Handle<Value> GetCounterValue(const Arguments& args);
|
| + static Handle<Value> GetCounterNames(const Arguments& args);
|
| static Handle<String> ReadFile(const char* name);
|
| static void Initialize(bool test_shell);
|
| static void RenewEvaluationContext();
|
|
|