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

Unified Diff: src/heap/heap.h

Issue 670623003: Handle property name "-0" correctly for typed arrays. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: And another test for sloppy mode Created 6 years, 2 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/lookup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 842a2c13b2714965508f84a2908826fd3824a46e..e844b3ad807636f4aa6babea62c179e8bdbadecd 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -324,7 +324,8 @@ namespace internal {
V(value_string, "value") \
V(next_string, "next") \
V(byte_length_string, "byteLength") \
- V(byte_offset_string, "byteOffset")
+ V(byte_offset_string, "byteOffset") \
+ V(minus_zero_string, "-0")
#define PRIVATE_SYMBOL_LIST(V) \
V(frozen_symbol) \
« no previous file with comments | « no previous file | src/lookup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698