Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index bb9a417867e927a9c247b33eefc520ddb9655979..740ccf8431e306c66c0f8aefffa00740d1c00e19 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -527,11 +527,9 @@ |
enum CallConstructorFlags { |
- NO_CALL_CONSTRUCTOR_FLAGS = 0, |
+ NO_CALL_CONSTRUCTOR_FLAGS, |
// The call target is cached in the instruction stream. |
- RECORD_CONSTRUCTOR_TARGET = 1, |
- SUPER_CONSTRUCTOR_CALL = 1 << 1, |
- SUPER_CALL_RECORD_TARGET = SUPER_CONSTRUCTOR_CALL | RECORD_CONSTRUCTOR_TARGET |
+ RECORD_CONSTRUCTOR_TARGET |
}; |