v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SnapshottingProgressReportingInterface Class Referenceabstract

#include <heap-snapshot-generator.h>

Inheritance diagram for v8::internal::SnapshottingProgressReportingInterface:
Collaboration diagram for v8::internal::SnapshottingProgressReportingInterface:

Public Member Functions

virtual ~SnapshottingProgressReportingInterface ()=default
 
virtual void ProgressStep ()=0
 
virtual bool ProgressReport (bool force)=0
 

Detailed Description

Definition at line 402 of file heap-snapshot-generator.h.

Constructor & Destructor Documentation

◆ ~SnapshottingProgressReportingInterface()

virtual v8::internal::SnapshottingProgressReportingInterface::~SnapshottingProgressReportingInterface ( )
virtualdefault

Member Function Documentation

◆ ProgressReport()

virtual bool v8::internal::SnapshottingProgressReportingInterface::ProgressReport ( bool force)
pure virtual

Implemented in v8::internal::HeapSnapshotGenerator.

Here is the caller graph for this function:

◆ ProgressStep()

virtual void v8::internal::SnapshottingProgressReportingInterface::ProgressStep ( )
pure virtual

Implemented in v8::internal::HeapSnapshotGenerator.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: