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

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

Issue 2811183005: Do not use new struct type where unnecessary. (Closed)
Patch Set: rebase Created 3 years, 8 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
Index: test/cctest/interpreter/bytecode_expectations/NewAndSpread.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/NewAndSpread.golden b/test/cctest/interpreter/bytecode_expectations/NewAndSpread.golden
index e77314533cc589a849f0ebc9a9b7bcf83e27ae61..feeb5c28a131eebbeb10a738d54c99cb2a2aed3b 100644
--- a/test/cctest/interpreter/bytecode_expectations/NewAndSpread.golden
+++ b/test/cctest/interpreter/bytecode_expectations/NewAndSpread.golden
@@ -44,7 +44,7 @@ bytecodes: [
]
constant pool: [
SHARED_FUNCTION_INFO_TYPE,
- CONSTANT_ELEMENTS_PAIR_TYPE,
+ TUPLE2_TYPE,
]
handlers: [
]
@@ -90,7 +90,7 @@ bytecodes: [
]
constant pool: [
SHARED_FUNCTION_INFO_TYPE,
- CONSTANT_ELEMENTS_PAIR_TYPE,
+ TUPLE2_TYPE,
]
handlers: [
]
@@ -148,9 +148,9 @@ bytecodes: [
]
constant pool: [
SHARED_FUNCTION_INFO_TYPE,
- CONSTANT_ELEMENTS_PAIR_TYPE,
- CONSTANT_ELEMENTS_PAIR_TYPE,
- CONSTANT_ELEMENTS_PAIR_TYPE,
+ TUPLE2_TYPE,
+ TUPLE2_TYPE,
+ TUPLE2_TYPE,
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698