| Index: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| index 67f9666b1d2473ffade64dc345178657177cbdf9..06c1f50fa9b121046bef37891761a2bef2011b03 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| @@ -38,7 +38,7 @@ bytecodes: [
|
| B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| B(PushContext), R(0),
|
| B(StackCheck),
|
| - B(LdaSmi8), U8(1),
|
| + B(LdaSmi), U8(1),
|
| B(StaContextSlot), R(context), U8(4),
|
| B(CreateClosure), U8(0), U8(0),
|
| B(Return),
|
| @@ -60,9 +60,9 @@ bytecodes: [
|
| B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| B(PushContext), R(0),
|
| B(StackCheck),
|
| - B(LdaSmi8), U8(1),
|
| + B(LdaSmi), U8(1),
|
| B(StaContextSlot), R(context), U8(4),
|
| - B(LdaSmi8), U8(2),
|
| + B(LdaSmi), U8(2),
|
| B(StaContextSlot), R(context), U8(5),
|
| B(CreateClosure), U8(0), U8(0),
|
| B(Return),
|
| @@ -113,7 +113,7 @@ bytecodes: [
|
| B(LdaTheHole),
|
| B(StaContextSlot), R(context), U8(4),
|
| B(StackCheck),
|
| - B(LdaSmi8), U8(1),
|
| + B(LdaSmi), U8(1),
|
| B(StaContextSlot), R(context), U8(4),
|
| B(LdaConstant), U8(0),
|
| B(Star), R(2),
|
| @@ -123,7 +123,7 @@ bytecodes: [
|
| B(PushContext), R(1),
|
| B(LdaTheHole),
|
| B(StaContextSlot), R(context), U8(4),
|
| - B(LdaSmi8), U8(2),
|
| + B(LdaSmi), U8(2),
|
| B(StaContextSlot), R(context), U8(4),
|
| B(CreateClosure), U8(1), U8(0),
|
| B(Return),
|
| @@ -393,7 +393,7 @@ snippet: "
|
| "
|
| frame size: 3
|
| parameter count: 1
|
| -bytecode array length: 1042
|
| +bytecode array length: 1046
|
| bytecodes: [
|
| B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| B(PushContext), R(0),
|
| @@ -907,9 +907,9 @@ bytecodes: [
|
| B(LdaGlobal), U8(0), U8(1),
|
| B(Star), R(1),
|
| B(Call), R(1), R(2), U8(1), U8(0),
|
| - B(LdaSmi8), U8(100),
|
| - B(StaContextSlotWide), R(context), U16(256),
|
| - B(LdaContextSlotWide), R(context), U16(256),
|
| + B(LdaSmi), U8(100),
|
| + B(Wide), B(StaContextSlot), R16(context), U16(256),
|
| + B(Wide), B(LdaContextSlot), R16(context), U16(256),
|
| B(Return),
|
| ]
|
| constant pool: [
|
|
|