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

#include <debug-coverage.h>

Inheritance diagram for v8::internal::Coverage:
Collaboration diagram for v8::internal::Coverage:

Static Public Member Functions

static std::unique_ptr< CoverageCollectPrecise (Isolate *isolate)
 
static std::unique_ptr< CoverageCollectBestEffort (Isolate *isolate)
 
static V8_EXPORT_PRIVATE void SelectMode (Isolate *isolate, debug::CoverageMode mode)
 

Private Member Functions

 Coverage ()=default
 

Static Private Member Functions

static std::unique_ptr< CoverageCollect (Isolate *isolate, v8::debug::CoverageMode collectionMode)
 

Detailed Description

Definition at line 53 of file debug-coverage.h.

Constructor & Destructor Documentation

◆ Coverage()

v8::internal::Coverage::Coverage ( )
privatedefault
Here is the caller graph for this function:

Member Function Documentation

◆ Collect()

std::unique_ptr< Coverage > v8::internal::Coverage::Collect ( Isolate * isolate,
v8::debug::CoverageMode collectionMode )
staticprivate

Definition at line 619 of file debug-coverage.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CollectBestEffort()

std::unique_ptr< Coverage > v8::internal::Coverage::CollectBestEffort ( Isolate * isolate)
static

Definition at line 615 of file debug-coverage.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CollectPrecise()

std::unique_ptr< Coverage > v8::internal::Coverage::CollectPrecise ( Isolate * isolate)
static

Definition at line 601 of file debug-coverage.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SelectMode()

void v8::internal::Coverage::SelectMode ( Isolate * isolate,
debug::CoverageMode mode )
static

Definition at line 750 of file debug-coverage.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

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