Index: src/ast-value-factory.h |
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h |
index ca36ac8ea19995b785a4802c56e412bbe91c27cc..359cac8133d962b3c9695dca3360c904aae83a5e 100644 |
--- a/src/ast-value-factory.h |
+++ b/src/ast-value-factory.h |
@@ -263,9 +263,6 @@ class AstValue : public ZoneObject { |
F(is_construct_call, "_IsConstructCall") \ |
F(is_spec_object, "_IsSpecObject") \ |
F(let, "let") \ |
- F(make_reference_error, "MakeReferenceError") \ |
- F(make_syntax_error, "MakeSyntaxError") \ |
- F(make_type_error, "MakeTypeError") \ |
F(native, "native") \ |
F(new_target, ".new.target") \ |
F(next, "next") \ |