| Index: test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
|
| index 4fc5c4ff99ce070a1592d9fdb129b43d5452ef8b..591fe88cea0a6b4276f524b82828d6025f41a480 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
|
| @@ -15,17 +15,17 @@ frame size: 2
|
| parameter count: 1
|
| bytecode array length: 24
|
| bytecodes: [
|
| - B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| - B(PushContext), R(1),
|
| - B(LdaTheHole),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Star), R(0),
|
| - B(StackCheck),
|
| - B(LdaSmi), U8(10),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(LdaUndefined),
|
| - B(Return),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(1),
|
| + B(LdaTheHole),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(CreateClosure), U8(0), U8(0),
|
| + B(Star), R(0),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 42 S> */ B(LdaSmi), U8(10),
|
| + /* 42 E> */ B(StaContextSlot), R(context), U8(4),
|
| + B(LdaUndefined),
|
| + /* 72 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| @@ -41,21 +41,21 @@ frame size: 3
|
| parameter count: 1
|
| bytecode array length: 37
|
| bytecodes: [
|
| - B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| - B(PushContext), R(1),
|
| - B(LdaTheHole),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Star), R(0),
|
| - B(StackCheck),
|
| - B(LdaSmi), U8(10),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(LdaContextSlot), R(context), U8(4),
|
| - B(JumpIfNotHole), U8(11),
|
| - B(LdaConstant), U8(1),
|
| - B(Star), R(2),
|
| - B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
|
| - B(Return),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(1),
|
| + B(LdaTheHole),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(CreateClosure), U8(0), U8(0),
|
| + B(Star), R(0),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 42 S> */ B(LdaSmi), U8(10),
|
| + /* 42 E> */ B(StaContextSlot), R(context), U8(4),
|
| + /* 72 S> */ B(LdaContextSlot), R(context), U8(4),
|
| + B(JumpIfNotHole), U8(11),
|
| + B(LdaConstant), U8(1),
|
| + B(Star), R(2),
|
| + B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
|
| + /* 82 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| @@ -72,25 +72,25 @@ frame size: 4
|
| parameter count: 1
|
| bytecode array length: 45
|
| bytecodes: [
|
| - B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| - B(PushContext), R(1),
|
| - B(LdaTheHole),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Star), R(0),
|
| - B(StackCheck),
|
| - B(LdaSmi), U8(20),
|
| - B(Star), R(2),
|
| - B(LdaContextSlot), R(context), U8(4),
|
| - B(JumpIfNotHole), U8(11),
|
| - B(LdaConstant), U8(1),
|
| - B(Star), R(3),
|
| - B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
|
| - B(Ldar), R(2),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(LdaUndefined),
|
| - B(Return),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(1),
|
| + B(LdaTheHole),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(CreateClosure), U8(0), U8(0),
|
| + B(Star), R(0),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 45 S> */ B(LdaSmi), U8(20),
|
| + /* 45 E> */ B(Star), R(2),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(JumpIfNotHole), U8(11),
|
| + B(LdaConstant), U8(1),
|
| + B(Star), R(3),
|
| + B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
|
| + B(Ldar), R(2),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + /* 45 E> */ B(StaContextSlot), R(context), U8(4),
|
| + B(LdaUndefined),
|
| + /* 78 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| @@ -107,26 +107,26 @@ frame size: 4
|
| parameter count: 1
|
| bytecode array length: 47
|
| bytecodes: [
|
| - B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| - B(PushContext), R(1),
|
| - B(LdaTheHole),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Star), R(0),
|
| - B(StackCheck),
|
| - B(LdaSmi), U8(10),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(LdaSmi), U8(20),
|
| - B(Star), R(2),
|
| - B(LdaContextSlot), R(context), U8(4),
|
| - B(JumpIfNotHole), U8(11),
|
| - B(LdaConstant), U8(1),
|
| - B(Star), R(3),
|
| - B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
|
| - B(Ldar), R(2),
|
| - B(StaContextSlot), R(context), U8(4),
|
| - B(LdaUndefined),
|
| - B(Return),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(1),
|
| + B(LdaTheHole),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(CreateClosure), U8(0), U8(0),
|
| + B(Star), R(0),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 42 S> */ B(LdaSmi), U8(10),
|
| + /* 42 E> */ B(StaContextSlot), R(context), U8(4),
|
| + /* 46 S> */ B(LdaSmi), U8(20),
|
| + /* 48 E> */ B(Star), R(2),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(JumpIfNotHole), U8(11),
|
| + B(LdaConstant), U8(1),
|
| + B(Star), R(3),
|
| + B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
|
| + B(Ldar), R(2),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(LdaUndefined),
|
| + /* 80 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
|
|