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

Unified Diff: src/heap/heap.h

Issue 791603003: WIP context-allocation for “this” in arrow functions Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: WIP v3 Created 5 years, 11 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
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 6aeaff8069ff8d7adc8ebf390447758cbc3aca52..d7befe388e91a337a02f46e6f86ff40054efa40c 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -278,7 +278,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(this_string, "this")
#define PRIVATE_SYMBOL_LIST(V) \
V(nonextensible_symbol) \

Powered by Google App Engine
This is Rietveld 408576698