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

Unified Diff: src/heap/heap.h

Issue 1377603006: [es6] Function constructor-created functions should be named "anonymous" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 5 years, 3 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/accessors.cc ('k') | test/test262/test262.status » ('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 0e427de1c93643e9e76fc089170a76e9f809d8ed..5bc2d9ba3b662b4115ae70b658fed5aa8aa39c74 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -303,7 +303,8 @@ namespace internal {
V(minus_zero_string, "-0") \
V(Array_string, "Array") \
V(Error_string, "Error") \
- V(RegExp_string, "RegExp")
+ V(RegExp_string, "RegExp") \
+ V(anonymous_string, "anonymous")
#define PRIVATE_SYMBOL_LIST(V) \
V(array_iteration_kind_symbol) \
« no previous file with comments | « src/accessors.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698