Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index fc6b19e714b834b9361e588886c839b75f473f58..f76bc6079025b9d4185b2cb33eb2e86fefefa32a 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -179,6 +179,7 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
case Runtime::kNewObjectFromBound: |
case Runtime::kNewObjectWithAllocationSite: |
case Runtime::kObjectFreeze: |
+ case Runtime::kObjectSeal: |
case Runtime::kOwnKeys: |
case Runtime::kParseJson: |
case Runtime::kPrepareStep: |
@@ -202,6 +203,7 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
case Runtime::kStringBuilderJoin: |
case Runtime::kStringMatch: |
case Runtime::kStringReplaceGlobalRegExpWithString: |
+ case Runtime::kThrowConstAssignError: |
case Runtime::kThrowNonMethodError: |
case Runtime::kThrowNotDateError: |
case Runtime::kThrowReferenceError: |