| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 603c6862be3299dbc5b1bec3ffd2fd99b9e595fa..fc6206c6a48eb859bdaec72f96b022e6fa27a76e 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -250,7 +250,6 @@ namespace internal {
|
| V(Generator_string, "Generator") \
|
| V(get_string, "get") \
|
| V(global_string, "global") \
|
| - V(ignore_case_string, "ignoreCase") \
|
| V(illegal_access_string, "illegal access") \
|
| V(illegal_argument_string, "illegal argument") \
|
| V(index_string, "index") \
|
| @@ -269,7 +268,6 @@ namespace internal {
|
| V(Map_string, "Map") \
|
| V(minus_infinity_string, "-Infinity") \
|
| V(minus_zero_string, "-0") \
|
| - V(multiline_string, "multiline") \
|
| V(name_string, "name") \
|
| V(nan_string, "NaN") \
|
| V(next_string, "next") \
|
| @@ -289,7 +287,6 @@ namespace internal {
|
| V(source_string, "source") \
|
| V(source_url_string, "source_url") \
|
| V(stack_string, "stack") \
|
| - V(sticky_string, "sticky") \
|
| V(strict_compare_ic_string, "===") \
|
| V(string_string, "string") \
|
| V(String_string, "String") \
|
| @@ -307,7 +304,6 @@ namespace internal {
|
| V(uint8x16_string, "uint8x16") \
|
| V(Uint8x16_string, "Uint8x16") \
|
| V(undefined_string, "undefined") \
|
| - V(unicode_string, "unicode") \
|
| V(valueOf_string, "valueOf") \
|
| V(value_string, "value") \
|
| V(WeakMap_string, "WeakMap") \
|
| @@ -351,6 +347,8 @@ namespace internal {
|
| V(promise_raw_symbol) \
|
| V(promise_status_symbol) \
|
| V(promise_value_symbol) \
|
| + V(regexp_flags_symbol) \
|
| + V(regexp_source_symbol) \
|
| V(sealed_symbol) \
|
| V(stack_trace_symbol) \
|
| V(string_iterator_iterated_string_symbol) \
|
| @@ -359,7 +357,6 @@ namespace internal {
|
|
|
| #define PUBLIC_SYMBOL_LIST(V) \
|
| V(has_instance_symbol, Symbol.hasInstance) \
|
| - V(is_regexp_symbol, Symbol.isRegExp) \
|
| V(iterator_symbol, Symbol.iterator) \
|
| V(match_symbol, Symbol.match) \
|
| V(replace_symbol, Symbol.replace) \
|
|
|