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

Unified Diff: src/contexts.h

Issue 1323543002: [runtime] Replace %to_string_fun with %_ToString. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@ToStringStub
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 | « no previous file | src/macros.py » ('j') | test/mjsunit/compiler/jsnatives.js » ('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 05bc3b55ec872f65ce3b934b0639fcb98beb0e2b..4659750b94dd6d738ea3ba7d63b198403fe9a2c9 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -86,8 +86,7 @@ enum BindingFlags {
V(SPREAD_ITERABLE_INDEX, JSFunction, spread_iterable) \
V(TO_LENGTH_FUN_INDEX, JSFunction, to_length_fun) \
V(TO_NUMBER_FUN_INDEX, JSFunction, to_number_fun) \
- V(TO_PRIMITIVE_INDEX, JSFunction, to_primitive) \
- V(TO_STRING_FUN_INDEX, JSFunction, to_string_fun)
+ V(TO_PRIMITIVE_INDEX, JSFunction, to_primitive)
#define NATIVE_CONTEXT_JS_BUILTINS(V) \
« no previous file with comments | « no previous file | src/macros.py » ('j') | test/mjsunit/compiler/jsnatives.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698