From 8beb5670888b95899abbefd8775d28b3d4e15209 Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Thu, 2 Jan 2025 01:56:00 +1300 Subject: [PATCH] LibJS: Remove redundant completion type check in ScriptEvaluation See editorial change to the ECMA-262 spec of: https://github.com/tc39/ecma262/commit/bc5b7fda5 --- Libraries/LibJS/Bytecode/Interpreter.cpp | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Libraries/LibJS/Bytecode/Interpreter.cpp b/Libraries/LibJS/Bytecode/Interpreter.cpp index 2a82237cdf6..432c62cdeb5 100644 --- a/Libraries/LibJS/Bytecode/Interpreter.cpp +++ b/Libraries/LibJS/Bytecode/Interpreter.cpp @@ -229,6 +229,7 @@ ThrowCompletionOr Interpreter::run(Script& script_record, GC::Ptr Interpreter::run(Script& script_record, GC::Ptr Interpreter::run(Script& script_record, GC::Ptr