Skip to content

Instantly share code, notes, and snippets.

@Zirak
Last active March 17, 2017 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zirak/562560509d15bc5d37e5962a888923f2 to your computer and use it in GitHub Desktop.
Save Zirak/562560509d15bc5d37e5962a888923f2 to your computer and use it in GitHub Desktop.
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