Chromium Code Reviews

Unified Diff: src/objects.h

Issue 8694: Fix issue with Array.concat not preserving holes in the (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/factory.cc ('k') | src/runtime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
===================================================================
--- src/objects.h (revision 631)
+++ src/objects.h (working copy)
@@ -1975,9 +1975,6 @@
// Fill in details for properties into storage.
void CopyKeysTo(FixedArray* storage);
- // Returns the value at entry.
- static int ValueIndexFor(int entry) { return EntryToIndex(entry)+1; }
-
// For transforming properties of a JSObject.
Object* TransformPropertiesToFastFor(JSObject* obj,
int unused_property_fields);
« no previous file with comments | « src/factory.cc ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine