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

Unified Diff: src/heap/heap.cc

Issue 1942233002: [API] remove (deprecated) hidden properties. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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/heap-symbols.h ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.cc
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
index 21f7dc417de4e768886cc425599bdf05f5750b60..afdc7bb4cd397d69625ecdca09c295a668e0a6ae 100644
--- a/src/heap/heap.cc
+++ b/src/heap/heap.cc
@@ -2694,14 +2694,6 @@ void Heap::CreateInitialObjects() {
#undef SYMBOL_INIT
}
- // The {hidden_properties_symbol} is special because it is the only name with
- // hash code zero. This ensures that it will always be the first entry as
- // sorted by hash code in descriptor arrays. It is used to identify the hidden
- // properties in JSObjects.
- // kIsNotArrayIndexMask is a computed hash with value zero.
- Symbol::cast(roots_[khidden_properties_symbolRootIndex])
- ->set_hash_field(Name::kIsNotArrayIndexMask);
-
{
HandleScope scope(isolate());
#define SYMBOL_INIT(name, description) \
« no previous file with comments | « src/heap-symbols.h ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698