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

Unified Diff: src/objects.h

Issue 2882973002: [coverage] Block coverage with support for IfStatements (Closed)
Patch Set: Address comments Created 3 years, 6 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/isolate.h ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 486873f6f580dc225203f9ead60b34808c520012..0414f0b7eed71e54128c4ada075fe99dfa4ed687 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1002,6 +1002,7 @@ template <class C> inline bool Is(Object* obj);
V(ConstantElementsPair) \
V(Constructor) \
V(Context) \
+ V(CoverageInfo) \
V(DeoptimizationInputData) \
V(DeoptimizationOutputData) \
V(DependentCode) \
« no previous file with comments | « src/isolate.h ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698