diff --git a/ecmascript/compiler/interpreter_stub.cpp b/ecmascript/compiler/interpreter_stub.cpp index f003ed52d20f54bde9d76ff9728c8e65f951e7c8..482b63b00c817f34e802950886b656c5428b0125 100644 --- a/ecmascript/compiler/interpreter_stub.cpp +++ b/ecmascript/compiler/interpreter_stub.cpp @@ -5319,7 +5319,8 @@ DECLARE_ASM_HANDLER(HandleDefinefuncImm16Id16Imm8) } Bind(&isNotSourceTextModule); SetModuleToFunction(glue, result, smodule, MemoryAttribute::DefaultWithShareBarrier()); - GateRef emptySFunctionEnvHandle = GetGlobalConstantValue(VariableType::JS_ANY(), glue, ConstantIndex::EMPTY_SFUNCTION_ENV_INDEX); + GateRef emptySFunctionEnvHandle = GetGlobalConstantValue(VariableType::JS_ANY(), + glue, ConstantIndex::EMPTY_SFUNCTION_ENV_INDEX); SetLexicalEnvToFunction(glue, result, emptySFunctionEnvHandle); Jump(&afterSendableFunc); }