Index: src/heap-symbols.h |
diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
index c7b3370dce681132dfd59d7d69781a4dbf1fea11..64031f5ef9053d38fbe853d413f58953c22297b6 100644 |
--- a/src/heap-symbols.h |
+++ b/src/heap-symbols.h |
@@ -140,6 +140,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") \ |
@@ -163,6 +164,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") \ |