From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- js/src/debugger/Script.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'js/src/debugger/Script.cpp') diff --git a/js/src/debugger/Script.cpp b/js/src/debugger/Script.cpp index 29ea9f1ea1..933dd6d362 100644 --- a/js/src/debugger/Script.cpp +++ b/js/src/debugger/Script.cpp @@ -1620,6 +1620,7 @@ static bool BytecodeIsEffectful(JSScript* script, size_t offset) { case JSOp::Object: case JSOp::Typeof: case JSOp::TypeofExpr: + case JSOp::TypeofEq: case JSOp::ToAsyncIter: case JSOp::ToPropertyKey: case JSOp::Lambda: -- cgit v1.2.3