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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/frame-states.h b/deps/v8/src/compiler/frame-states.h
index 4e25fa026b..ac00f8c129 100644
--- a/deps/v8/src/compiler/frame-states.h
+++ b/deps/v8/src/compiler/frame-states.h
@@ -63,8 +63,6 @@ enum class FrameStateType {
kInterpretedFunction, // Represents an InterpretedFrame.
kArgumentsAdaptor, // Represents an ArgumentsAdaptorFrame.
kConstructStub, // Represents a ConstructStubFrame.
- kGetterStub, // Represents a GetterStubFrame.
- kSetterStub, // Represents a SetterStubFrame.
kBuiltinContinuation, // Represents a continuation to a stub.
kJavaScriptBuiltinContinuation // Represents a continuation to a JavaScipt
// builtin.