summaryrefslogtreecommitdiff
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/frame-states.h b/deps/v8/src/compiler/frame-states.h
index 2552bcb758..0d0ec47f88 100644
--- a/deps/v8/src/compiler/frame-states.h
+++ b/deps/v8/src/compiler/frame-states.h
@@ -80,7 +80,9 @@ enum class FrameStateType {
kInterpretedFunction, // Represents an InterpretedFrame.
kArgumentsAdaptor, // Represents an ArgumentsAdaptorFrame.
kTailCallerFunction, // Represents a frame removed by tail call elimination.
- kConstructStub // Represents a ConstructStubFrame.
+ kConstructStub, // Represents a ConstructStubFrame.
+ kGetterStub, // Represents a GetterStubFrame.
+ kSetterStub // Represents a SetterStubFrame.
};
class FrameStateFunctionInfo {