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 6ad0f0bf5027e8c507317bf1b6ac61734119db2d..0324ec21432be4c1638410ef5ebaf72c2afac505 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), |
@@ -218,7 +218,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), |
@@ -335,7 +335,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), |
@@ -407,7 +407,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), |
@@ -533,7 +533,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), |
@@ -601,7 +601,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), |
@@ -721,7 +721,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), |