Index: src/heap-symbols.h |
diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
index d76b64c6812bb2049242a8a5ac5d5dc536d2a210..9eeaa4f778407f570b7e44c3bc7f0c34e6c69b62 100644 |
--- a/src/heap-symbols.h |
+++ b/src/heap-symbols.h |
@@ -60,6 +60,7 @@ |
V(dot_result_string, ".result") \ |
V(dot_string, ".") \ |
V(entries_string, "entries") \ |
+ V(enqueue_string, "enqueue") \ |
V(enumerable_string, "enumerable") \ |
V(era_string, "era") \ |
V(Error_string, "Error") \ |
@@ -125,6 +126,7 @@ |
V(preventExtensions_string, "preventExtensions") \ |
V(private_api_string, "private_api") \ |
V(Promise_string, "Promise") \ |
+ V(PromiseResolveThenableJob_string, "PromiseResolveThenableJob") \ |
V(proto_string, "__proto__") \ |
V(prototype_string, "prototype") \ |
V(Proxy_string, "Proxy") \ |