Index: test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden |
index b65c2ec2527d97da3ec4c9912ac118b11ffd311f..a1fd1ebcc26b553bb0f04cb8addb1b7fbe216036 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden |
@@ -87,7 +87,7 @@ bytecodes: [ |
B(Star), R(3), |
B(CallRuntime), U16(Runtime::kInitializeVarGlobal), R(1), U8(3), |
/* 11 S> */ B(LdaSmi), U8(2), |
- /* 12 E> */ B(StaGlobalSloppy), U8(1), U8(3), |
+ /* 12 E> */ B(StaGlobalSloppy), U8(1), U8(4), |
B(Star), R(0), |
/* 15 S> */ B(Return), |
] |
@@ -115,8 +115,8 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1), U8(3), |
/* 0 E> */ B(StackCheck), |
/* 16 S> */ B(LdrUndefined), R(2), |
- B(LdrGlobal), U8(1), R(1), |
- /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(3), |
+ B(LdrGlobal), U8(2), R(1), |
+ /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(4), |
B(Star), R(0), |
/* 20 S> */ B(Return), |
] |