Home
last modified time | relevance | path

Searched refs:WriteLcovData (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dd8.h471 static void WriteLcovData(v8::Isolate* isolate, const char* file);
Dd8.cc1696 void Shell::WriteLcovData(v8::Isolate* isolate, const char* file) { in WriteLcovData() function in v8::Shell
2554 WriteLcovData(isolate, options.lcov_file); in RunMain()