Index: src/compiler/operator-properties.cc |
diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc |
index 7ea0405b97fede763feadab3c6fff88ea7589a0f..ed21dfe65d31a41b129f2acc5a4d080b37933fac 100644 |
--- a/src/compiler/operator-properties.cc |
+++ b/src/compiler/operator-properties.cc |
@@ -49,6 +49,8 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) { |
case IrOpcode::kJSCreateLiteralObject: |
// Context operations |
+ case IrOpcode::kJSLoadDynamicGlobal: |
+ case IrOpcode::kJSLoadDynamicContext: |
case IrOpcode::kJSCreateScriptContext: |
case IrOpcode::kJSCreateWithContext: |