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

Unified Diff: src/contexts.h

Issue 1306303003: [es6] Implement spec compliant ToPrimitive in the runtime. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address Michis comments. Created 5 years, 4 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/compiler/linkage.cc ('k') | src/date.js » ('j') | src/objects.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index 7c4ebc0c2b39da083e4690e248e8caf5d8033a1a..1abd6f2df6053125903ce84c18f104e3a9d150ca 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -136,7 +136,6 @@ enum BindingFlags {
V(SUB_BUILTIN_INDEX, JSFunction, sub_builtin) \
V(SUB_STRONG_BUILTIN_INDEX, JSFunction, sub_strong_builtin) \
V(TO_NAME_BUILTIN_INDEX, JSFunction, to_name_builtin) \
- V(TO_NUMBER_BUILTIN_INDEX, JSFunction, to_number_builtin) \
V(TO_STRING_BUILTIN_INDEX, JSFunction, to_string_builtin)
« no previous file with comments | « src/compiler/linkage.cc ('k') | src/date.js » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698