Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 6792d8dc38cdd80a99a7725e72fc996f46afb5ec..e024f8ad7e708fe2d382e4a0f797c38095cc0404 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -349,11 +349,7 @@ namespace internal { |
V(MakeReferenceError_string, "MakeReferenceError") \ |
V(MakeSyntaxError_string, "MakeSyntaxError") \ |
V(MakeTypeError_string, "MakeTypeError") \ |
- V(illegal_return_string, "illegal_return") \ |
- V(illegal_break_string, "illegal_break") \ |
- V(illegal_continue_string, "illegal_continue") \ |
V(unknown_label_string, "unknown_label") \ |
- V(redeclaration_string, "redeclaration") \ |
V(space_string, " ") \ |
V(exec_string, "exec") \ |
V(zero_string, "0") \ |