| Index: test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ForOf.golden b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| index 3ede3ec597fbb5ba9e8d9843856b685a58875dc0..53e81d090ae79f70e99e743289cab153b79ed2fe 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| @@ -22,10 +22,10 @@ bytecodes: [
|
| B(Star), R(14),
|
| B(LdaConstant), U8(1),
|
| /* 48 E> */ B(LdrKeyedProperty), R(14), U8(4), R(13),
|
| - /* 48 E> */ B(Call), R(13), R(14), U8(1), U8(2),
|
| + /* 48 E> */ B(CallProperty), R(13), R(14), U8(1), U8(2),
|
| B(Star), R(2),
|
| /* 45 S> */ B(LdrNamedProperty), R(2), U8(2), U8(8), R(14),
|
| - /* 45 E> */ B(Call), R(14), R(2), U8(1), U8(6),
|
| + /* 45 E> */ B(CallProperty), R(14), R(2), U8(1), U8(6),
|
| B(Star), R(3),
|
| /* 45 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1),
|
| B(ToBooleanLogicalNot),
|
| @@ -160,10 +160,10 @@ bytecodes: [
|
| B(Mov), R(context), R(13),
|
| /* 68 S> */ B(LdaConstant), U8(1),
|
| /* 68 E> */ B(LdrKeyedProperty), R(0), U8(4), R(14),
|
| - /* 68 E> */ B(Call), R(14), R(0), U8(1), U8(2),
|
| + /* 68 E> */ B(CallProperty), R(14), R(0), U8(1), U8(2),
|
| B(Star), R(3),
|
| /* 65 S> */ B(LdrNamedProperty), R(3), U8(2), U8(8), R(15),
|
| - /* 65 E> */ B(Call), R(15), R(3), U8(1), U8(6),
|
| + /* 65 E> */ B(CallProperty), R(15), R(3), U8(1), U8(6),
|
| B(Star), R(4),
|
| /* 65 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(4), U8(1),
|
| B(ToBooleanLogicalNot),
|
| @@ -306,10 +306,10 @@ bytecodes: [
|
| B(Star), R(14),
|
| B(LdaConstant), U8(1),
|
| /* 48 E> */ B(LdrKeyedProperty), R(14), U8(4), R(13),
|
| - /* 48 E> */ B(Call), R(13), R(14), U8(1), U8(2),
|
| + /* 48 E> */ B(CallProperty), R(13), R(14), U8(1), U8(2),
|
| B(Star), R(2),
|
| /* 45 S> */ B(LdrNamedProperty), R(2), U8(2), U8(8), R(14),
|
| - /* 45 E> */ B(Call), R(14), R(2), U8(1), U8(6),
|
| + /* 45 E> */ B(CallProperty), R(14), R(2), U8(1), U8(6),
|
| B(Star), R(3),
|
| /* 45 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1),
|
| B(ToBooleanLogicalNot),
|
| @@ -454,10 +454,10 @@ bytecodes: [
|
| B(Star), R(13),
|
| B(LdaConstant), U8(2),
|
| /* 77 E> */ B(LdrKeyedProperty), R(13), U8(4), R(12),
|
| - /* 77 E> */ B(Call), R(12), R(13), U8(1), U8(2),
|
| + /* 77 E> */ B(CallProperty), R(12), R(13), U8(1), U8(2),
|
| B(Star), R(1),
|
| /* 74 S> */ B(LdrNamedProperty), R(1), U8(3), U8(8), R(13),
|
| - /* 74 E> */ B(Call), R(13), R(1), U8(1), U8(6),
|
| + /* 74 E> */ B(CallProperty), R(13), R(1), U8(1), U8(6),
|
| B(Star), R(2),
|
| /* 74 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1),
|
| B(ToBooleanLogicalNot),
|
|
|