Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h733 static void WriteLcovData(v8::Isolate* isolate, const char* file);
Dd8.cc3397 void Shell::WriteLcovData(v8::Isolate* isolate, const char* file) { in WriteLcovData() function in v8::Shell
4735 WriteLcovData(isolate, options.lcov_file); in RunMain()