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

Unified Diff: src/transitions.h

Issue 1704353002: [runtime] Force internalize names used before lookup in in DescriptorArray and TransitionArray (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
Index: src/transitions.h
diff --git a/src/transitions.h b/src/transitions.h
index 73aca7864ea363dd7d69911dea6dfa9332f61d08..fef208a46502783a6979427aa406f213857e906f 100644
--- a/src/transitions.h
+++ b/src/transitions.h
@@ -170,6 +170,7 @@ class TransitionArray: public FixedArray {
inline Object* next_link();
static const int kTransitionSize = 2;
+ static const int kEntrySize = kTransitionSize;
static const int kProtoTransitionHeaderSize = 1;
#if defined(DEBUG) || defined(OBJECT_PRINT)
« src/compiler/access-info.cc ('K') | « src/property.h ('k') | src/transitions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698