Index: src/heap-symbols.h |
diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
index 7306275498b19738472993ebc0a0994cc5e5ed6b..5dc88a6e1ee6f97be4d69c77d020430e95da9995 100644 |
--- a/src/heap-symbols.h |
+++ b/src/heap-symbols.h |
@@ -75,6 +75,7 @@ |
V(get_string, "get") \ |
V(global_string, "global") \ |
V(has_string, "has") \ |
+ V(ignoreCase_string, "ignoreCase") \ |
V(illegal_access_string, "illegal access") \ |
V(illegal_argument_string, "illegal argument") \ |
V(index_string, "index") \ |
@@ -97,6 +98,7 @@ |
V(message_string, "message") \ |
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") \ |
@@ -130,6 +132,7 @@ |
V(source_url_string, "source_url") \ |
V(stack_string, "stack") \ |
V(stackTraceLimit_string, "stackTraceLimit") \ |
+ V(sticky_string, "sticky") \ |
V(strict_compare_ic_string, "===") \ |
V(string_string, "string") \ |
V(String_string, "String") \ |
@@ -151,6 +154,7 @@ |
V(Uint8x16_string, "Uint8x16") \ |
V(undefined_string, "undefined") \ |
V(undefined_to_string, "[object Undefined]") \ |
+ V(unicode_string, "unicode") \ |
V(URIError_string, "URIError") \ |
V(valueOf_string, "valueOf") \ |
V(values_string, "values") \ |
@@ -195,6 +199,7 @@ |
V(promise_reject_reactions_symbol) \ |
V(promise_result_symbol) \ |
V(promise_state_symbol) \ |
+ V(regexp_last_match_info_symbol) \ |
V(sealed_symbol) \ |
V(stack_trace_symbol) \ |
V(strict_function_transition_symbol) \ |