| Index: test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| index f50c073c701af71218b877f5a989d4de8e819cc9..1652e194299a12706c8feb81edab57a185ce8133 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| @@ -12,16 +12,16 @@ snippet: "
|
| "
|
| frame size: 10
|
| parameter count: 1
|
| -bytecode array length: 68
|
| +bytecode array length: 71
|
| bytecodes: [
|
| B(CreateFunctionContext), U8(3),
|
| B(PushContext), R(0),
|
| B(Ldar), R(this),
|
| - B(StaContextSlot), R(context), U8(4),
|
| + B(StaContextSlot), R(context), U8(4), U8(0),
|
| B(CreateMappedArguments),
|
| - B(StaContextSlot), R(context), U8(6),
|
| + B(StaContextSlot), R(context), U8(6), U8(0),
|
| B(Ldar), R(new_target),
|
| - B(StaContextSlot), R(context), U8(5),
|
| + B(StaContextSlot), R(context), U8(5), U8(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 34 S> */ B(LdaConstant), U8(0),
|
| B(Star), R(3),
|
| @@ -57,16 +57,16 @@ snippet: "
|
| "
|
| frame size: 10
|
| parameter count: 1
|
| -bytecode array length: 69
|
| +bytecode array length: 72
|
| bytecodes: [
|
| B(CreateFunctionContext), U8(3),
|
| B(PushContext), R(0),
|
| B(Ldar), R(this),
|
| - B(StaContextSlot), R(context), U8(4),
|
| + B(StaContextSlot), R(context), U8(4), U8(0),
|
| B(CreateMappedArguments),
|
| - B(StaContextSlot), R(context), U8(6),
|
| + B(StaContextSlot), R(context), U8(6), U8(0),
|
| B(Ldar), R(new_target),
|
| - B(StaContextSlot), R(context), U8(5),
|
| + B(StaContextSlot), R(context), U8(5), U8(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 34 S> */ B(LdaConstant), U8(0),
|
| B(Star), R(3),
|
| @@ -103,16 +103,16 @@ snippet: "
|
| "
|
| frame size: 10
|
| parameter count: 1
|
| -bytecode array length: 70
|
| +bytecode array length: 73
|
| bytecodes: [
|
| B(CreateFunctionContext), U8(3),
|
| B(PushContext), R(0),
|
| B(Ldar), R(this),
|
| - B(StaContextSlot), R(context), U8(4),
|
| + B(StaContextSlot), R(context), U8(4), U8(0),
|
| B(CreateMappedArguments),
|
| - B(StaContextSlot), R(context), U8(6),
|
| + B(StaContextSlot), R(context), U8(6), U8(0),
|
| B(Ldar), R(new_target),
|
| - B(StaContextSlot), R(context), U8(5),
|
| + B(StaContextSlot), R(context), U8(5), U8(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 34 S> */ B(LdaSmi), U8(20),
|
| /* 36 E> */ B(StaLookupSlotSloppy), U8(0),
|
|
|