| 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 738ebbcfde5aa831fb4eb91db257879bba1faa9b..45fb07ad0845635d1884aa560e003f228c9a228e 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| @@ -16,16 +16,15 @@ snippet: "
|
| "
|
| frame size: 2
|
| parameter count: 1
|
| -bytecode array length: 13
|
| +bytecode array length: 12
|
| bytecodes: [
|
| /* 27 E> */ B(StackCheck),
|
| /* 32 S> */ B(LdrUndefined), R(1),
|
| - B(LdrGlobal), U8(0), U8(3), R(0),
|
| + B(LdrGlobal), U8(3), R(0),
|
| /* 39 E> */ B(Call), R(0), R(1), U8(1), U8(1),
|
| /* 44 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "t",
|
| ]
|
| handlers: [
|
| ]
|
| @@ -38,11 +37,11 @@ snippet: "
|
| "
|
| frame size: 5
|
| parameter count: 1
|
| -bytecode array length: 25
|
| +bytecode array length: 24
|
| bytecodes: [
|
| /* 34 E> */ B(StackCheck),
|
| /* 39 S> */ B(LdrUndefined), R(1),
|
| - B(LdrGlobal), U8(0), U8(3), R(0),
|
| + B(LdrGlobal), U8(3), R(0),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(2),
|
| B(LdaSmi), U8(2),
|
| @@ -53,7 +52,6 @@ bytecodes: [
|
| /* 58 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "t",
|
| ]
|
| handlers: [
|
| ]
|
|
|