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

Unified Diff: src/heap/heap.h

Issue 768633002: Add infrastructure to keep track of references to prototypes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comments Created 6 years 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/flag-definitions.h ('k') | src/isolate.h » ('j') | src/objects.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index edfc1e62b92d69ac5b47aa8d22018e6f3a927f5f..62cba63077e03bf02f7c02184d1ccc32933c1afd 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -282,6 +282,7 @@ namespace internal {
V(frozen_symbol) \
V(nonexistent_symbol) \
V(elements_transition_symbol) \
+ V(prototype_users_symbol) \
V(observed_symbol) \
V(uninitialized_symbol) \
V(megamorphic_symbol) \
« no previous file with comments | « src/flag-definitions.h ('k') | src/isolate.h » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698