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

Unified Diff: src/objects.h

Issue 237143004: Initial steps for moving code onto Map (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « no previous file | src/objects.cc » ('j') | src/objects.cc » ('J')
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 1c3a82078adc0dfb89cb610f172d1f577dbdebe9..8afd194dc9fe1a43c9481fc693fedd59c92aa8d6 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -4716,7 +4716,7 @@ class NormalizedMapCache: public FixedArray {
static const int kEntries = 64;
static Handle<Map> Get(Handle<NormalizedMapCache> cache,
- Handle<JSObject> object,
+ Handle<Map> fast_map,
PropertyNormalizationMode mode);
void Clear();
« no previous file with comments | « no previous file | src/objects.cc » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698