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

Unified Diff: src/heap.cc

Issue 9428026: Cleaned up setting of accessors. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « no previous file | src/objects.h » ('j') | src/objects.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.cc
diff --git a/src/heap.cc b/src/heap.cc
index fc53eb3529190a3bb2316e9f8c5c771c9baa298b..4c54e84f6c46d977a0b05d7720d8ad1fccc721cd 100644
--- a/src/heap.cc
+++ b/src/heap.cc
@@ -5081,9 +5081,7 @@ void Heap::Verify() {
lo_space_->Verify();
- // TODO(svenpanne) We should enable this when our fast->slow->fast-mode dance
- // for setting accessor properties is fixed.
- // VerifyNoAccessorPairSharing();
+ VerifyNoAccessorPairSharing();
}
« no previous file with comments | « no previous file | src/objects.h » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698