Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index f84d4088d732b434b40e6bf7c8a055a704e262ba..f35e4c2f692ccccdd2c54d4d85ded8304101b351 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -752,6 +752,8 @@ void BytecodeGraphBuilder::VisitStaGlobalStrict() { |
} |
void BytecodeGraphBuilder::VisitStaDataPropertyInLiteral() { |
+ PrepareEagerCheckpoint(); |
+ |
Node* object = |
environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); |
Node* name = |