| Index: test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden b/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| index 5c6de8d649c9135cc105feb7acd2a76bc2a8286a..6cde2a462b72aeec8af7f62f3c6ccd05dfbea490 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| @@ -19,8 +19,8 @@ bytecode array length: 12
|
| bytecodes: [
|
| /* 27 E> */ B(StackCheck),
|
| /* 32 S> */ B(LdrUndefined), R(1),
|
| - B(LdrGlobal), U8(3), R(0),
|
| - /* 39 E> */ B(Call), R(0), R(1), U8(1), U8(1),
|
| + B(LdrGlobal), U8(4), R(0),
|
| + /* 39 E> */ B(Call), R(0), R(1), U8(1), U8(2),
|
| /* 44 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| @@ -40,14 +40,14 @@ bytecode array length: 24
|
| bytecodes: [
|
| /* 34 E> */ B(StackCheck),
|
| /* 39 S> */ B(LdrUndefined), R(1),
|
| - B(LdrGlobal), U8(3), R(0),
|
| + B(LdrGlobal), U8(4), R(0),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(2),
|
| B(LdaSmi), U8(2),
|
| B(Star), R(3),
|
| B(LdaSmi), U8(3),
|
| B(Star), R(4),
|
| - /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(1),
|
| + /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(2),
|
| /* 58 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|