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

Unified Diff: src/contexts.h

Issue 1319973007: [runtime] Add %ToString and %_ToString and remove the TO_STRING builtin. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/full-codegen/arm/full-codegen-arm.cc » ('j') | no next file with comments »
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 768702a9645e3af69e5fdaed6308b82734630153..05bc3b55ec872f65ce3b934b0639fcb98beb0e2b 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -133,8 +133,7 @@ enum BindingFlags {
V(STRING_ADD_LEFT_BUILTIN_INDEX, JSFunction, string_add_left_builtin) \
V(STRING_ADD_RIGHT_BUILTIN_INDEX, JSFunction, string_add_right_builtin) \
V(SUB_BUILTIN_INDEX, JSFunction, sub_builtin) \
- V(SUB_STRONG_BUILTIN_INDEX, JSFunction, sub_strong_builtin) \
- V(TO_STRING_BUILTIN_INDEX, JSFunction, to_string_builtin)
+ V(SUB_STRONG_BUILTIN_INDEX, JSFunction, sub_strong_builtin)
#define NATIVE_CONTEXT_IMPORTED_FIELDS(V) \
« no previous file with comments | « src/compiler/linkage.cc ('k') | src/full-codegen/arm/full-codegen-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698