Index: src/heap-symbols.h |
diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
index cee900048ed70cfcee1eb8bfcf0652d1df5a2a30..5fbc964e90e64f32ccae91e6291a0a03ab74d6e7 100644 |
--- a/src/heap-symbols.h |
+++ b/src/heap-symbols.h |
@@ -71,8 +71,6 @@ |
V(flags_string, "flags") \ |
V(float32x4_string, "float32x4") \ |
V(Float32x4_string, "Float32x4") \ |
- V(for_api_string, "for_api") \ |
- V(for_string, "for") \ |
V(function_string, "function") \ |
V(Function_string, "Function") \ |
V(Generator_string, "Generator") \ |
@@ -125,7 +123,6 @@ |
V(ownKeys_string, "ownKeys") \ |
V(position_string, "position") \ |
V(preventExtensions_string, "preventExtensions") \ |
- V(private_api_string, "private_api") \ |
V(Promise_string, "Promise") \ |
V(PromiseResolveThenableJob_string, "PromiseResolveThenableJob") \ |
V(proto_string, "__proto__") \ |