aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/frame-states.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/frame-states.h')
-rw-r--r--deps/v8/src/compiler/frame-states.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/frame-states.h b/deps/v8/src/compiler/frame-states.h
index 60ff9b55fa..2552bcb758 100644
--- a/deps/v8/src/compiler/frame-states.h
+++ b/deps/v8/src/compiler/frame-states.h
@@ -79,10 +79,10 @@ enum class FrameStateType {
kJavaScriptFunction, // Represents an unoptimized JavaScriptFrame.
kInterpretedFunction, // Represents an InterpretedFrame.
kArgumentsAdaptor, // Represents an ArgumentsAdaptorFrame.
+ kTailCallerFunction, // Represents a frame removed by tail call elimination.
kConstructStub // Represents a ConstructStubFrame.
};
-
class FrameStateFunctionInfo {
public:
FrameStateFunctionInfo(FrameStateType type, int parameter_count,