| 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 a604194d6eb708434d08024c07a933cfd56cad54..1aa382dac51309735c651960a192c0fd8e94968c 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| @@ -87,7 +87,7 @@ bytecodes: [
|
| /* 41 S> */ B(LdrUndefined), R(2),
|
| B(CreateClosure), U8(0), U8(2),
|
| B(Star), R(1),
|
| - /* 64 E> */ B(Call), R(1), R(2), U8(1), U8(1),
|
| + /* 64 E> */ B(CallWithFeedback), R(1), R(2), U8(1), U8(1),
|
| /* 68 S> */ B(LdaContextSlot), R(context), U8(4),
|
| /* 78 S> */ B(Return),
|
| ]
|
| @@ -392,7 +392,7 @@ snippet: "
|
| "
|
| frame size: 3
|
| parameter count: 1
|
| -bytecode array length: 1043
|
| +bytecode array length: 1042
|
| bytecodes: [
|
| B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| B(PushContext), R(0),
|
| @@ -903,7 +903,7 @@ bytecodes: [
|
| /* 3421 E> */ B(StaContextSlot), R(context), U8(255),
|
| /* 3424 S> */ B(LdrUndefined), R(2),
|
| /* 3424 E> */ B(LdrGlobal), U8(1), R(1),
|
| - /* 3424 E> */ B(Call), R(1), R(2), U8(1), U8(0),
|
| + /* 3424 E> */ B(Call), R(1), R(2), U8(1),
|
| /* 3440 S> */ B(LdaSmi), U8(100),
|
| /* 3440 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256),
|
| /* 3445 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256),
|
|
|