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

Unified Diff: src/heap/heap.h

Issue 1510753005: Fix Function subclassing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Adressing 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
« no previous file with comments | « src/bootstrapper.cc ('k') | src/objects.h » ('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 d5cfcd506dbab00de0aea767175358cf357a0791..2ef0086b99104963c424030160c57ea27aaddf7c 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -348,6 +348,7 @@ namespace internal {
V(intl_impl_object_symbol) \
V(intl_initialized_marker_symbol) \
V(megamorphic_symbol) \
+ V(native_context_index_symbol) \
V(nonexistent_symbol) \
V(nonextensible_symbol) \
V(normal_ic_symbol) \
@@ -364,10 +365,11 @@ 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(uninitialized_symbol) \
- V(native_context_index_symbol)
+ V(strong_function_transition_symbol) \
+ V(uninitialized_symbol)
#define PUBLIC_SYMBOL_LIST(V) \
V(has_instance_symbol, Symbol.hasInstance) \
« no previous file with comments | « src/bootstrapper.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698