Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
deps: updating chakrashim with new CpuProfiler stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLaguana committed Feb 12, 2018
1 parent 373752f commit abe7bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/chakrashim/include/v8-profiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class V8_EXPORT CpuProfiler {
// void StartProfiling(Handle<String> title, bool record_samples = false);
// CpuProfile* StopProfiling(Handle<String> title);
void SetIdle(bool is_idle) {}
static CpuProfiler* New(Isolate* isolate) { return nullptr; };
void Dispose() {}
};

class V8_EXPORT OutputStream { // NOLINT
Expand Down

0 comments on commit abe7bd5

Please sign in to comment.