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

Unified Diff: src/heap/heap.h

Issue 1510753005: Fix Function subclassing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments Created 5 years 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 6eb30fc0b74cc4eb31973dfd70812e1af315a982..ec47df0507219653c7c6f5e29c2c1ac3d46ee58c 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -362,8 +362,10 @@ namespace internal {
V(promise_value_symbol) \
V(sealed_symbol) \
V(stack_trace_symbol) \
+ V(strict_function_transition_symbol) \
V(string_iterator_iterated_string_symbol) \
V(string_iterator_next_index_symbol) \
+ V(strong_function_transition_symbol) \
V(uninitialized_symbol)
#define PUBLIC_SYMBOL_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698