Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 6eb30fc0b74cc4eb31973dfd70812e1af315a982..fae26f2ef41979020ddb14fe41d136395901d21b 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -361,9 +361,12 @@ namespace internal { |
V(promise_status_symbol) \ |
V(promise_value_symbol) \ |
V(sealed_symbol) \ |
+ V(sloppy_function_symbol) \ |
V(stack_trace_symbol) \ |
+ V(strict_function_symbol) \ |
V(string_iterator_iterated_string_symbol) \ |
V(string_iterator_next_index_symbol) \ |
+ V(strong_function_symbol) \ |
V(uninitialized_symbol) |
#define PUBLIC_SYMBOL_LIST(V) \ |