![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstdint>
#include <vector>
Go to the source code of this file.
Functions | |
void | sanitizer_cov_reset_edgeguards () |
uint32_t | sanitizer_cov_count_discovered_edges () |
void | cov_init_builtins_edges (uint32_t num_edges) |
void | cov_update_builtins_basic_block_coverage (const std::vector< bool > &cov_map) |
void cov_init_builtins_edges | ( | uint32_t | num_edges | ) |
void cov_update_builtins_basic_block_coverage | ( | const std::vector< bool > & | cov_map | ) |
uint32_t sanitizer_cov_count_discovered_edges | ( | ) |