| Index: test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden b/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
| index fb74600241ce9affb9bb633fb4b2e6d5d3788d80..72b731ed3f6492fc3887084fcf3259b7794ef6d6 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
| @@ -17,13 +17,13 @@ frame size: 1
|
| parameter count: 2
|
| bytecode array length: 17
|
| bytecodes: [
|
| - B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| - B(PushContext), R(0),
|
| - B(Ldar), R(arg0),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(StackCheck),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Return),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(0),
|
| + B(Ldar), R(arg0),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + /* 10 E> */ B(StackCheck),
|
| + /* 19 S> */ B(CreateClosure), U8(0), U8(0),
|
| + /* 52 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| @@ -40,15 +40,15 @@ frame size: 2
|
| parameter count: 2
|
| bytecode array length: 22
|
| bytecodes: [
|
| - B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| - B(PushContext), R(1),
|
| - B(Ldar), R(arg0),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(StackCheck),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Star), R(0),
|
| - B(LdaContextSlot), R(context), U8(4),
|
| - B(Return),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(1),
|
| + B(Ldar), R(arg0),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + /* 10 E> */ B(StackCheck),
|
| + /* 27 S> */ B(CreateClosure), U8(0), U8(0),
|
| + /* 27 E> */ B(Star), R(0),
|
| + /* 53 S> */ B(LdaContextSlot), R(context), U8(4),
|
| + /* 66 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| @@ -65,15 +65,15 @@ frame size: 1
|
| parameter count: 5
|
| bytecode array length: 22
|
| bytecodes: [
|
| - B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| - B(PushContext), R(0),
|
| - B(Ldar), R(arg0),
|
| - B(StaContextSlot), R(context), U8(5),
|
| - B(Ldar), R(arg2),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(StackCheck),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Return),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(0),
|
| + B(Ldar), R(arg0),
|
| + B(StaContextSlot), R(context), U8(5),
|
| + B(Ldar), R(arg2),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + /* 10 E> */ B(StackCheck),
|
| + /* 29 S> */ B(CreateClosure), U8(0), U8(0),
|
| + /* 61 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| @@ -90,13 +90,13 @@ frame size: 1
|
| parameter count: 1
|
| bytecode array length: 17
|
| bytecodes: [
|
| - B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| - B(PushContext), R(0),
|
| - B(StackCheck),
|
| - B(Ldar), R(this),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Return),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(0),
|
| + /* 10 E> */ B(StackCheck),
|
| + /* 26 S> */ B(Ldar), R(this),
|
| + /* 26 E> */ B(StaContextSlot), R(context), U8(4),
|
| + /* 32 S> */ B(CreateClosure), U8(0), U8(0),
|
| + /* 65 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
|
|