Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 1cc0628900764d7f76d518e6e3e3967b6080429a..6c938cd4bf5a8e0773e9020ae6739063612cab7d 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1415,6 +1415,7 @@ enum InliningKind { |
NORMAL_RETURN, // Normal function/method call and return. |
DROP_EXTRA_ON_RETURN, // Drop an extra value from the environment on return. |
CONSTRUCT_CALL_RETURN, // Either use allocated receiver or return value. |
+ GETTER_CALL_RETURN, // Returning from a getter, need to restore context. |
SETTER_CALL_RETURN // Use the RHS of the assignment as the return value. |
}; |