In file included from ../src/cpu_profiler.cc:1:0: ../src/cpu_profiler.h:19:57: error: ‘Arguments’ does not name a type static Handle<Value> GetProfilesCount(const Arguments& args); ^ ../src/cpu_profiler.h:19:68: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] static Handle<Value> GetProfilesCount(const Arguments& args); ^ ../src/cpu_profiler.h:20:51: error: ‘Arguments’ does not name a type static Handle<Value> GetProfile(const Arguments& args);