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 c55a33d7d94ba1be356dc63c91d84722ac5a8c24..5c535b175844ece09c948f21bec6a3d60f98839a 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden |
@@ -100,7 +100,7 @@ bytecodes: [ |
B(Mov), R(context), R(12), |
B(Mov), R(5), R(13), |
B(Mov), R(1), R(14), |
- B(CallRuntime), U16(Runtime::k_Call), R(13), U8(2), |
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(13), U8(2), |
B(Jump), U8(29), |
B(Star), R(14), |
B(LdaConstant), U8(5), |
@@ -115,7 +115,7 @@ bytecodes: [ |
B(Jump), U8(29), |
B(Mov), R(5), R(12), |
B(Mov), R(1), R(13), |
- B(CallRuntime), U16(Runtime::k_Call), R(12), U8(2), |
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(12), U8(2), |
B(Star), R(6), |
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(6), U8(1), |
B(JumpIfToBooleanFalse), U8(4), |
@@ -245,7 +245,7 @@ bytecodes: [ |
B(Mov), R(context), R(13), |
B(Mov), R(5), R(14), |
B(Mov), R(1), R(15), |
- B(CallRuntime), U16(Runtime::k_Call), R(14), U8(2), |
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(14), U8(2), |
B(Jump), U8(29), |
B(Star), R(15), |
B(LdaConstant), U8(5), |
@@ -260,7 +260,7 @@ bytecodes: [ |
B(Jump), U8(29), |
B(Mov), R(5), R(13), |
B(Mov), R(1), R(14), |
- B(CallRuntime), U16(Runtime::k_Call), R(13), U8(2), |
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(13), U8(2), |
B(Star), R(6), |
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(6), U8(1), |
B(JumpIfToBooleanFalse), U8(4), |
@@ -402,7 +402,7 @@ bytecodes: [ |
B(Mov), R(context), R(12), |
B(Mov), R(5), R(13), |
B(Mov), R(1), R(14), |
- B(CallRuntime), U16(Runtime::k_Call), R(13), U8(2), |
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(13), U8(2), |
B(Jump), U8(29), |
B(Star), R(14), |
B(LdaConstant), U8(5), |
@@ -417,7 +417,7 @@ bytecodes: [ |
B(Jump), U8(29), |
B(Mov), R(5), R(12), |
B(Mov), R(1), R(13), |
- B(CallRuntime), U16(Runtime::k_Call), R(12), U8(2), |
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(12), U8(2), |
B(Star), R(6), |
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(6), U8(1), |
B(JumpIfToBooleanFalse), U8(4), |
@@ -549,7 +549,7 @@ bytecodes: [ |
B(Mov), R(context), R(11), |
B(Mov), R(4), R(12), |
B(Mov), R(0), R(13), |
- B(CallRuntime), U16(Runtime::k_Call), R(12), U8(2), |
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(12), U8(2), |
B(Jump), U8(29), |
B(Star), R(13), |
B(LdaConstant), U8(7), |
@@ -564,7 +564,7 @@ bytecodes: [ |
B(Jump), U8(29), |
B(Mov), R(4), R(11), |
B(Mov), R(0), R(12), |
- B(CallRuntime), U16(Runtime::k_Call), R(11), U8(2), |
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(11), U8(2), |
B(Star), R(5), |
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(5), U8(1), |
B(JumpIfToBooleanFalse), U8(4), |