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 e912a9d95f7be9d50c4c32ec49e0d496e6e5b80b..f10445048fb6ed1a1c34a42eb5a0c3c487c2a081 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden |
@@ -36,7 +36,7 @@ bytecodes: [ |
B(Call), R(14), R(15), U8(1), U8(5), |
B(Star), R(2), |
B(Star), R(13), |
- B(CallRuntime), U16(Runtime::k_IsJSReceiver), R(13), U8(1), |
+ B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(13), U8(1), |
B(LogicalNot), |
B(JumpIfFalse), U8(11), |
B(Ldar), R(2), |
@@ -151,7 +151,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::k_Call), R(12), U8(2), |
B(Star), R(6), |
B(Star), R(12), |
- B(CallRuntime), U16(Runtime::k_IsJSReceiver), R(12), U8(1), |
+ B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(12), U8(1), |
B(JumpIfToBooleanFalse), U8(4), |
B(Jump), U8(11), |
B(Ldar), R(6), |
@@ -217,7 +217,7 @@ bytecodes: [ |
B(Call), R(15), R(16), U8(1), U8(5), |
B(Star), R(2), |
B(Star), R(14), |
- B(CallRuntime), U16(Runtime::k_IsJSReceiver), R(14), U8(1), |
+ B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(14), U8(1), |
B(LogicalNot), |
B(JumpIfFalse), U8(11), |
B(Ldar), R(2), |
@@ -334,7 +334,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::k_Call), R(13), U8(2), |
B(Star), R(6), |
B(Star), R(13), |
- B(CallRuntime), U16(Runtime::k_IsJSReceiver), R(13), U8(1), |
+ B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(13), U8(1), |
B(JumpIfToBooleanFalse), U8(4), |
B(Jump), U8(11), |
B(Ldar), R(6), |
@@ -405,7 +405,7 @@ bytecodes: [ |
B(Call), R(14), R(15), U8(1), U8(5), |
B(Star), R(2), |
B(Star), R(13), |
- B(CallRuntime), U16(Runtime::k_IsJSReceiver), R(13), U8(1), |
+ B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(13), U8(1), |
B(LogicalNot), |
B(JumpIfFalse), U8(11), |
B(Ldar), R(2), |
@@ -531,7 +531,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::k_Call), R(12), U8(2), |
B(Star), R(6), |
B(Star), R(12), |
- B(CallRuntime), U16(Runtime::k_IsJSReceiver), R(12), U8(1), |
+ B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(12), U8(1), |
B(JumpIfToBooleanFalse), U8(4), |
B(Jump), U8(11), |
B(Ldar), R(6), |
@@ -598,7 +598,7 @@ bytecodes: [ |
B(Call), R(13), R(14), U8(1), U8(5), |
B(Star), R(1), |
B(Star), R(12), |
- B(CallRuntime), U16(Runtime::k_IsJSReceiver), R(12), U8(1), |
+ B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(12), U8(1), |
B(LogicalNot), |
B(JumpIfFalse), U8(11), |
B(Ldar), R(1), |
@@ -718,7 +718,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::k_Call), R(11), U8(2), |
B(Star), R(5), |
B(Star), R(11), |
- B(CallRuntime), U16(Runtime::k_IsJSReceiver), R(11), U8(1), |
+ B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(11), U8(1), |
B(JumpIfToBooleanFalse), U8(4), |
B(Jump), U8(11), |
B(Ldar), R(5), |