Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: src/isolate.h

Issue 2766573003: [debug] introduce precise binary code coverage. (Closed)
Patch Set: fix test Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/v8-profiler-agent-impl.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index d272a77db5a269f3dddf91d87878980c3a564315..a1e8c3161faa5c2b56628851695f2ffba39e1974 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -986,6 +986,10 @@ class Isolate {
return code_coverage_mode() == debug::Coverage::kPreciseCount;
}
+ bool is_precise_binary_code_coverage() const {
+ return code_coverage_mode() == debug::Coverage::kPreciseBinary;
+ }
+
void SetCodeCoverageList(Object* value);
double time_millis_since_init() {
« no previous file with comments | « src/inspector/v8-profiler-agent-impl.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698