diff --git a/src/heap-symbols.h b/src/heap-symbols.h | |
index 49285ee..12fde82 100644 | |
--- a/src/heap-symbols.h | |
+++ b/src/heap-symbols.h | |
@@ -202,7 +202,6 @@ | |
V(error_start_pos_symbol) \ | |
V(frozen_symbol) \ | |
V(hash_code_symbol) \ | |
- V(home_object_symbol) \ | |
V(intl_initialized_marker_symbol) \ | |
V(intl_pattern_symbol) \ | |
V(intl_resolved_symbol) \ | |
@@ -235,6 +234,7 @@ | |
V(species_symbol, Symbol.species) \ | |
V(split_symbol, Symbol.split) \ | |
V(to_primitive_symbol, Symbol.toPrimitive) \ | |
+ V(home_object_symbol, Symbol.homeObject) \ | |
V(unscopables_symbol, Symbol.unscopables) | |
// Well-Known Symbols are "Public" symbols, which have a bit set which causes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment