Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForOf.golden

Issue 2450243002: [ignition] Add a property call bytecode (Closed)
Patch Set: Address remaining comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/interpreter/interpreter.cc ('k') | test/cctest/interpreter/bytecode_expectations/Generators.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « src/interpreter/interpreter.cc ('k') | test/cctest/interpreter/bytecode_expectations/Generators.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698