V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
CoverageFunction (int s, int e, uint32_t c, Handle< String > n) | |
Public Attributes | |
int | start |
int | end |
uint32_t | count |
Handle< String > | name |
std::vector< CoverageBlock > | blocks |
bool | has_block_coverage |
Definition at line 28 of file debug-coverage.h.